This commit is contained in:
2026-08-04 01:25:35 +07:00
parent f3ac19ed83
commit a9bcb8598d
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -76,8 +76,8 @@ func (r *GamesRepo) GetGameByID(
&game.StartAt,
&game.Status,
&game.ScenarioId,
game.StartedAt,
game.EndedAt,
&game.StartedAt,
&game.EndedAt,
)
if err != nil {
if errors.Is(err, pgx.ErrNoRows) {