fix: resolve typo in api url query parameters

This commit is contained in:
daydreamer-json
2026-01-29 19:25:12 +09:00
parent 96563865a9
commit a7236472a0
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();