update id
All checks were successful
deploy / deploy (push) Successful in 28s

This commit is contained in:
Lee 2023-10-27 12:53:31 +01:00
parent aa90087015
commit b793422720

@ -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);