This commit is contained in:
parent
2703adcb0b
commit
f1645d9714
@ -135,7 +135,7 @@ async function connectWebsocket() {
|
|||||||
if (maxCombo) {
|
if (maxCombo) {
|
||||||
scorePoint.intField("max_combo", maxCombo);
|
scorePoint.intField("max_combo", maxCombo);
|
||||||
}
|
}
|
||||||
//scorePoint.intField("player_id", player.id);
|
scorePoint.intField("player_id", player.id);
|
||||||
|
|
||||||
// Write the data to influx
|
// Write the data to influx
|
||||||
InfluxWriteAPI.writePoint(scorePoint);
|
InfluxWriteAPI.writePoint(scorePoint);
|
||||||
|
Loading…
Reference in New Issue
Block a user