Suggested changes resolved

This commit is contained in:
SUMUKHA-PK 2019-03-17 18:38:42 +05:30
parent 3f88b84798
commit 90cf4b68cd

View file

@ -174,9 +174,4 @@ func addDataToDB(req *http.Request, localpart string, roomID string, accountDB *
); err != nil {
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)
// }
}