Skip to content

Commit

Permalink
missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed May 3, 2023
1 parent 7cefa79 commit 1f279bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (s *server) find(w http.ResponseWriter, r *http.Request, mh multihash.Multi
http.Error(w, "", rcode)
return
}
httpserver.WriteJsonResponse(w, http.StatusOK, resp)
writeJsonResponse(w, http.StatusOK, resp)
return
default:
discardBody(r)
Expand Down

0 comments on commit 1f279bf

Please sign in to comment.