From 1ed6bf57b4edcd0f5b0f7116bc9eb74558ba7ed4 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 26 Jan 2022 09:54:16 +1300 Subject: [PATCH] Lint --- html/src/app.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 34c1bc88..e48c6461 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8336,7 +8336,9 @@ speechSynthesis.getVoices(); var entry = { created_at: new Date().toJSON(), type: 'Event', - data: `${text} - ${this.getDisplayNameFromPhotonId(photonId)} (${this.getUserIdFromPhotonId(photonId)})` + data: `${text} - ${this.getDisplayNameFromPhotonId( + id + )} (${this.getUserIdFromPhotonId(id)})` }; this.queueGameLogNoty(entry); this.addGameLog(entry); @@ -8917,7 +8919,9 @@ speechSynthesis.getVoices(); var entry = { created_at: new Date().toJSON(), type: 'Event', - data: `${text} - ${this.getDisplayNameFromPhotonId(photonId)} (${this.getUserIdFromPhotonId(photonId)})` + data: `${text} - ${this.getDisplayNameFromPhotonId( + photonId + )} (${this.getUserIdFromPhotonId(photonId)})` }; this.queueGameLogNoty(entry); this.addGameLog(entry);