From 74ce85291dfb23b4dbc24f5370aeb73ec9a4164a Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 27 Mar 2022 03:21:48 +1300 Subject: [PATCH] Lint --- html/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 9890ce02..00cdd95d 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -12907,8 +12907,8 @@ speechSynthesis.getVoices(); database .getUserStats(D.ref, inCurrentWorld) .then((ref1) => { - if (ref1.userId === D.id) { - D.lastSeen = ref1.created_at; + if (ref1.userId === D.id) { + D.lastSeen = ref1.created_at; D.joinCount = ref1.joinCount; D.timeSpent = ref1.timeSpent; }