Skip to content

Commit 885f054

Browse files
Fix ios verison updating android (#175)
1 parent 9955f14 commit 885f054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/version/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Version() {
4343
const version = prompt("Enter ios version:", iosVersion ?? "")
4444
if (!version) return
4545

46-
await VersionService.postVersionAndroidByVersion({ path: { version } })
46+
await VersionService.postVersionIosByVersion({ path: { version } })
4747
await refresh()
4848
}
4949

0 commit comments

Comments
 (0)