Skip to content

Commit 99ae73c

Browse files
authored
Merge branch 'main' into bugfix/copo-predictions-fixes
2 parents b2e09d1 + 4774822 commit 99ae73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mock_api/endpoints/predictions/predictions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func patchPredictions(w http.ResponseWriter, r *http.Request) {
220220
}
221221

222222
if body.Status != "RESOLVED" && body.Status != "CANCELED" && body.Status != "LOCKED" {
223-
mock_errors.WriteBadRequest(w, "status must be one of RESOLVED or CANCELED or LOCEKD")
223+
mock_errors.WriteBadRequest(w, "status must be one of RESOLVED or CANCELED or LOCKED")
224224
return
225225
}
226226

0 commit comments

Comments
 (0)