Add: delete review

This commit is contained in:
2021-12-13 05:52:10 +08:00
parent 80462efebc
commit f32c922faf
6 changed files with 101 additions and 2 deletions

View File

@@ -161,7 +161,6 @@ func (api *API) CheckAdmin(w http.ResponseWriter, r *http.Request) error {
return ErrNotAdmin
}
w.WriteHeader(http.StatusOK)
return nil
}