mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
bugfix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user