From 763d691b6c410d22fcf44c6810a0c6b7e1822504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 24 Jan 2022 19:31:41 +0100 Subject: [PATCH] Fix linting warning --- api/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/http.go b/api/http.go index 8fdfdfa..c539636 100644 --- a/api/http.go +++ b/api/http.go @@ -89,7 +89,7 @@ func (s *HTTPServer) HandlerAPIFilePost(w http.ResponseWriter, r *http.Request) resp := &ResponseAPIFilePost{ Message: "OK", Files: []ResponseAPIFilePostFiles{ - ResponseAPIFilePostFiles{ + { ID: f.ID, URL: fileURL, },