From 9b6b77cafc0e730a7b02a6bceedca7423b34c0fc Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 5 Dec 2020 16:03:00 +0900 Subject: [PATCH] typo --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 0fb4d5c7..8c94b102 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -1123,7 +1123,7 @@ import gameLogService from './service/gamelog.js' API.applyUser = function (json) { var ref = this.cachedUsers.get(json.id); - // adjust some missing variables + // some missing variables on currentUser if (json.id === API.currentUser.id) { json.status = API.currentUser.status; json.statusDescription = API.currentUser.statusDescription;