fix(labrinth): missing report case

This commit is contained in:
sychic
2026-08-28 15:37:57 -04:00
parent 94f3448e52
commit 20604a0302
+1
View File
@@ -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,
}
}