diff --git a/backend/user.go b/backend/user.go index c6953dc..3f277bc 100644 --- a/backend/user.go +++ b/backend/user.go @@ -309,5 +309,4 @@ func (h *UserHandler) deleteUser(res http.ResponseWriter, req *http.Request) { http.Error(res, fmt.Sprintf("db: failed to delete user (%s)", err), http.StatusInternalServerError) return } - }