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 d2e5c7f commit 634688dCopy full SHA for 634688d
templates/apple/Sources/Client.swift.twig
@@ -215,7 +215,7 @@ open class Client {
215
216
return output.addingPercentEncoding(
217
withAllowedCharacters: .urlHostAllowed
218
- )?.replacingOccurrences(of: "+", with: "%2B") ?? ""
+ )?.replacingOccurrences(of: "+", with: "%2B") ?? "" // since urlHostAllowed doesn't include +
219
}
220
221
///
templates/swift/Sources/Client.swift.twig
@@ -192,7 +192,7 @@ open class Client {
192
193
194
195
196
197
198
0 commit comments