mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
feat: add user platform filters to store view
This commit is contained in:
@ -10,6 +10,7 @@ export default defineEventHandler(async (h3) => {
|
||||
select: {
|
||||
id: true,
|
||||
platformName: true,
|
||||
iconSvg: true,
|
||||
},
|
||||
});
|
||||
return platforms;
|
||||
|
||||
Reference in New Issue
Block a user