We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dac08a commit 9d2fe61Copy full SHA for 9d2fe61
GoInfoGame/GoInfoGame/Network/ApiManager.swift
@@ -171,7 +171,7 @@ class ApiManager {
171
}
172
173
switch httpResponse.statusCode {
174
- case 400...499:
+ case 400...499 where httpResponse.statusCode != 409:
175
completion(.failure(APIError.custom("Client Error. Please try again later.")))
176
return
177
case 500...599:
0 commit comments