Merge branch 'main'

xcode16
Raz 1 year ago
commit 36213d2713
  1. 2
      PadelClub/Utils/Patcher.swift

@ -68,7 +68,7 @@ class Patcher {
guard devServices.hasToken() else {
return
}
guard URLs.api.rawValue == "https://padelclub.app/roads/" else {
guard StoreCenter.main.synchronizationApiURL == "https://padelclub.app/roads/" else {
return
}

Loading…
Cancel
Save