Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexeyzem committed Dec 20, 2024
1 parent 0bd6d70 commit 529c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fileService/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (fc *FileController) Download(w http.ResponseWriter, r *http.Request) {

_, err = io.Copy(buf, file)
if err != nil {
fc.responder.ErrorBadRequest(w, err, reqID
fc.responder.ErrorBadRequest(w, err, reqID)
return
}
var url string
Expand Down

0 comments on commit 529c84b

Please sign in to comment.