mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
fix(labrinth): missing report case
This commit is contained in:
@@ -32,6 +32,7 @@ impl From<ItemType> for LegacyItemType {
|
||||
ItemType::Version => LegacyItemType::Version,
|
||||
ItemType::User => LegacyItemType::User,
|
||||
ItemType::SharedInstance => LegacyItemType::Unknown,
|
||||
ItemType::Organization => LegacyItemType::Unknown,
|
||||
ItemType::Unknown => LegacyItemType::Unknown,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user