Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Jan 12, 2025
1 parent fbb8b84 commit 63f33e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coord/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (s *Server) postReifyStatus(w http.ResponseWriter, r *http.Request) {
}
}
var req PostReifyStatusRequest
err = json.NewDecoder(r.Body).Decode(&req)
err := json.NewDecoder(r.Body).Decode(&req)
if err != nil {
http.Error(w, fmt.Sprintf("request data read or json decode failed: %s", err), 400)
}
Expand Down

0 comments on commit 63f33e9

Please sign in to comment.