Switch back to just using uuids for marketplace icons, can't convert properly

This commit is contained in:
2026-01-24 13:32:12 -07:00
parent 06a3e983ca
commit a759758bad
6 changed files with 24 additions and 46 deletions

View File

@@ -448,19 +448,11 @@ app.get(
tags: ['Berry Dash', 'Icon Marketplace']
},
query: t.Object({
uuid: t.Optional(
t.String({ description: 'The UUID for the icon you want to get' })
),
id: t.Optional(
t.String(
t.String({ description: 'The ID for the icon you want to get' })
)
),
uuids: t.Optional(
t.String(
t.String({ description: 'The UUIDs for the icons you want to get' })
)
),
ids: t.Optional(
t.String(
t.String({ description: 'The IDs for the icons you want to get' })