mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 09:11:21 +10:00
game version re-ordering
This commit is contained in:
@ -14,6 +14,14 @@ export default defineClientEventHandler(async (h3, {}) => {
|
||||
where: {
|
||||
gameId: id,
|
||||
},
|
||||
select: {
|
||||
versionIndex: true,
|
||||
versionName: true,
|
||||
platform: true,
|
||||
setupCommand: true,
|
||||
launchCommand: true,
|
||||
delta: true,
|
||||
}
|
||||
});
|
||||
|
||||
return versions;
|
||||
|
||||
Reference in New Issue
Block a user