diff --git a/app.json b/app.json new file mode 100644 index 0000000..db333ff --- /dev/null +++ b/app.json @@ -0,0 +1,5 @@ +{ + "healthchecks": {}, + "name": "Sample node.js express app", + "repository": "https://git.fascinated.cc/Fascinated/beatsaber-metrics-tracker" +} diff --git a/src/index.ts b/src/index.ts index 8e4daca..200c9de 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,8 +17,6 @@ const writeApi = new InfluxDB({ token: INFLUXDB_TOKEN, }).getWriteApi(INFLUXDB_ORG, INFLUXDB_BUCKET, "ms"); -console.log(writeApi); - async function update() { const response = await fetch("https://scoresaber.com/api/players/count"); const count = await response.text();