Fix linting warning
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
46401c1b98
commit
763d691b6c
@ -89,7 +89,7 @@ func (s *HTTPServer) HandlerAPIFilePost(w http.ResponseWriter, r *http.Request)
|
|||||||
resp := &ResponseAPIFilePost{
|
resp := &ResponseAPIFilePost{
|
||||||
Message: "OK",
|
Message: "OK",
|
||||||
Files: []ResponseAPIFilePostFiles{
|
Files: []ResponseAPIFilePostFiles{
|
||||||
ResponseAPIFilePostFiles{
|
{
|
||||||
ID: f.ID,
|
ID: f.ID,
|
||||||
URL: fileURL,
|
URL: fileURL,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user