This commit is contained in:
pypy
2020-11-17 21:32:15 +09:00
parent fbe54ee962
commit c2f5edd066

View File

@@ -46,10 +46,7 @@ class GameLogService {
context.updatedAt = now;
if (loginUser !== null &&
loginUser === context.loginUser) {
gameLogs.push(gameLog);
}
gameLogs.push(gameLog);
}
return gameLogs;