diff --git a/src/index.ts b/src/index.ts index 946c49e..f598ff0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ async function connectWebsocket() { { totalPlays: totalScores } ).exec(); const point = new Point("scoresaber") - .tag("type", "score") + .tag("type", "score_count") .intField("value", totalScores) .timestamp(new Date()); writeApi.writePoint(point);