mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
fix goimports
This commit is contained in:
parent
b943e73b1c
commit
5b7ef10aae
|
|
@ -62,7 +62,7 @@ func Setup(
|
||||||
r0mux.Handle("/upload", common.MakeAuthAPI(
|
r0mux.Handle("/upload", common.MakeAuthAPI(
|
||||||
"upload", authData,
|
"upload", authData,
|
||||||
func(req *http.Request, dev *authtypes.Device) util.JSONResponse {
|
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)
|
)).Methods(http.MethodPost, http.MethodOptions)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue