Fix api url query typo

This commit is contained in:
daydreamer-json
2026-01-29 19:25:12 +09:00
parent 6eefee6543
commit 1b4aec2c8c
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ export default {
channel,
sub_channel: subChannel,
version: version ?? undefined,
targetApp: targetApp ?? undefined,
target_app: targetApp ?? undefined,
},
})
.json();