Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s committed Jul 4, 2023
1 parent 1c20c0d commit 678a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdxsv/db_sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ WHERE battle_code IN (
FROM
battle_record
WHERE
replay_url != '' AND ream != 0
replay_url != '' AND team != 0
AND (disk = :disk OR :disk = '')
AND (battle_code = :battle_code OR :battle_code = '')
AND (user_id = :user_id OR :user_id = '')
Expand Down

0 comments on commit 678a3d3

Please sign in to comment.