Skip to content

Commit

Permalink
typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
karnthis committed Sep 26, 2023
1 parent 3e76fb0 commit 83b1a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion japicore/fidRouteHandling.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func DownloadByFidHandler(fileIo *file_io_handler.FileIoHandler) bunrouter.Handl
id := req.Param("id")
if len(id) == 0 {
warning := "Failed to get FileName"
return jutils.ProcessCustomHttpError("processUpload", warning, 404, w)
return jutils.ProcessCustomHttpError("DownloadByFidHandler", warning, 404, w)
}
fid := strings.ReplaceAll(id, "/", "_")

Expand Down

0 comments on commit 83b1a12

Please sign in to comment.