This commit is contained in:
pypy
2020-11-17 21:32:15 +09:00
parent fbe54ee962
commit c2f5edd066
-3
View File
@@ -46,11 +46,8 @@ class GameLogService {
context.updatedAt = now; context.updatedAt = now;
if (loginUser !== null &&
loginUser === context.loginUser) {
gameLogs.push(gameLog); gameLogs.push(gameLog);
} }
}
return gameLogs; return gameLogs;
} }