Skip to content

Commit d6b9c37

Browse files
committed
fix a typo
1 parent d0080fc commit d6b9c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/contest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func FindContest(contests []contest.Contest) (contest.Contest, error) {
4646

4747
openHackingPhase := currentTime - contests[lastContestIndex].StartTimeSeconds - contests[lastContestIndex].DurationSeconds
4848

49-
if openHackingPhase < 12*3600 {
49+
if openHackingPhase > 12*3600 {
5050
return contest.Contest{}, errors.New("[Info] Open hacking phase finished")
5151
}
5252

0 commit comments

Comments
 (0)