Skip to content

Commit

Permalink
Fix a pasto.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Dec 17, 2024
1 parent 68abd7b commit ae2e8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StatusDB.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ std::vector<std::string> StatusDB::get_games_by_status(int64_t run_id, GameStatu
stmt->set_int("status2", status2);
stmt->set_int("status3", status3);
stmt->set_int("status4", status4);
stmt->set_int("status4", status5);
stmt->set_int("status4", status6);
stmt->set_int("status5", status5);
stmt->set_int("status6", status6);

std::vector<std::string> games;

Expand Down

0 comments on commit ae2e8e1

Please sign in to comment.