Switch back to just using uuids for marketplace icons, can't convert properly
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user