Skip to content

Commit f977bef

Browse files
authored
Fix typo in error
1 parent 965a12c commit f977bef

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)