diff --git a/html/src/service/gamelog.js b/html/src/service/gamelog.js index 92281248..62a97263 100644 --- a/html/src/service/gamelog.js +++ b/html/src/service/gamelog.js @@ -46,10 +46,7 @@ class GameLogService { context.updatedAt = now; - if (loginUser !== null && - loginUser === context.loginUser) { - gameLogs.push(gameLog); - } + gameLogs.push(gameLog); } return gameLogs;