generated from VLADIMIR/template
try fix
This commit is contained in:
Binary file not shown.
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user