mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Suggested changes resolved
This commit is contained in:
parent
3f88b84798
commit
90cf4b68cd
|
|
@ -174,9 +174,4 @@ func addDataToDB(req *http.Request, localpart string, roomID string, accountDB *
|
||||||
); err != nil {
|
); err != nil {
|
||||||
httputil.LogThenError(req, err)
|
httputil.LogThenError(req, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// // raiseError helps in returning a error via a JSONResponse
|
|
||||||
// func raiseError(req *http.Request, err error) util.JSONResponse {
|
|
||||||
// return httputil.LogThenError(req, err)
|
|
||||||
// }
|
|
||||||
Loading…
Reference in a new issue