This commit is contained in:
2025-11-03 10:20:35 -07:00
parent e7be251781
commit 9c91f4fc52

View File

@@ -52,6 +52,7 @@ export async function handler(context: Context, db: MySql2Database) {
if (showAll) { if (showAll) {
delete v.downloadUrl delete v.downloadUrl
delete v.executable delete v.executable
delete v.sha512sum
return true return true
} }
const i = v.platforms.indexOf(platString) const i = v.platforms.indexOf(platString)