Updated telemetry payload.

This commit is contained in:
Mike Cao 2022-03-18 21:21:43 -07:00
parent 63bfa616f1
commit ffb091c1bc
3 changed files with 16 additions and 16 deletions

View file

@ -1,10 +0,0 @@
require('dotenv').config();
const sendTelemetry = require('./telemetry');
async function run() {
if (!process.env.DISABLE_TELEMETRY) {
await sendTelemetry();
}
}
run();