Project Perses (API v1 yeetenings): parts 4 and 5 (#554)

* Project Perses (API v1 yeetenings): parts 4 and 5

Resolves MOD-219
Resolves MOD-220

* Note to Emma: Please test your stuff
This commit is contained in:
Orchid system (Emma)
2023-03-02 12:50:46 -05:00
committed by GitHub
parent 00d09aa01e
commit 5d48ecf86a
5 changed files with 10 additions and 87 deletions

View File

@@ -66,7 +66,7 @@ pub async fn report_create(
};
match new_report.item_type {
ItemType::Project | ItemType::Mod => {
ItemType::Project => {
let project_id =
ProjectId(parse_base62(new_report.item_id.as_str())?);