@ -69,11 +69,11 @@ class Patcher {
return
}
guard URLs.api.rawValue == "https://padelclub.app/roads/" else {
throw PatchError.patchError(message: "not on prod server")
guard let userId = StoreCenter.main.userId else {
throw PatchError.patchError(message: "no user ID")
try StoreCenter.main.migrateToken(devServices)