fix: remove 200->None feature as go-sqlite3 can not process nulls
This commit is contained in:
parent
850fcc1051
commit
453a6d3c71
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ func handler(ctx *fasthttp.RequestCtx) {
|
|||
}
|
||||
|
||||
// -- set status code
|
||||
if code != 0 {
|
||||
ctx.Response.SetStatusCode(code)
|
||||
}
|
||||
ctx.Response.SetStatusCode(code)
|
||||
|
||||
// -- find in FS and read headers+body
|
||||
path := "storage/" + string(id)
|
||||
|
|
Loading…
Reference in a new issue