mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 17:51:17 +10:00
cleanup & polish
This commit is contained in:
@ -21,7 +21,10 @@ export default defineClientEventHandler(async (h3, {}) => {
|
||||
setupCommand: true,
|
||||
launchCommand: true,
|
||||
delta: true,
|
||||
}
|
||||
},
|
||||
orderBy: {
|
||||
versionIndex: "desc", // Latest one first
|
||||
},
|
||||
});
|
||||
|
||||
return versions;
|
||||
|
||||
Reference in New Issue
Block a user