We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9955f14 commit 885f054Copy full SHA for 885f054
app/version/page.tsx
@@ -43,7 +43,7 @@ export default function Version() {
43
const version = prompt("Enter ios version:", iosVersion ?? "")
44
if (!version) return
45
46
- await VersionService.postVersionAndroidByVersion({ path: { version } })
+ await VersionService.postVersionIosByVersion({ path: { version } })
47
await refresh()
48
}
49
0 commit comments