Skip to content

Commit

Permalink
[Fix] #186 - 3차 QA_자동 업데이트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
boogios committed May 31, 2024
1 parent 012fc73 commit 46b8370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AppStoreCheckManager {

func latestVersion(completion: @escaping (String?) -> Void) {
let appleID = "6475622329"
guard let url = URL(string: "https://itunes.apple.com/lookup?id=\(appleID)&country=kr") else {
guard let url = URL(string: "https://itunes.apple.com/lookup?id=\(appleID)") else {
completion(nil)
return
}
Expand Down

0 comments on commit 46b8370

Please sign in to comment.