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; context.updatedAt = now;
if (loginUser !== null && gameLogs.push(gameLog);
loginUser === context.loginUser) {
gameLogs.push(gameLog);
}
} }
return gameLogs; return gameLogs;