diff --git a/mediaapi/routing/routing.go b/mediaapi/routing/routing.go index d5348e5d4..e27e98b5f 100644 --- a/mediaapi/routing/routing.go +++ b/mediaapi/routing/routing.go @@ -62,7 +62,7 @@ func Setup( r0mux.Handle("/upload", common.MakeAuthAPI( "upload", authData, func(req *http.Request, dev *authtypes.Device) util.JSONResponse { - return Upload(req, cfg, dev, db, activeThumbnailGeneration, ) + return Upload(req, cfg, dev, db, activeThumbnailGeneration) }, )).Methods(http.MethodPost, http.MethodOptions)