From b7934227200cb56c8c20f2a0421631d25e3d78b6 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 27 Oct 2023 12:53:31 +0100 Subject: [PATCH] update id --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);