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 005593b commit 33a8622Copy full SHA for 33a8622
codegens/objective-c/lib/index.js
@@ -266,7 +266,7 @@ self = module.exports = {
266
267
finalUrl = new sdk.Url(request.url.toString());
268
// URL encoding each part of Url individually
269
- finalUrl = `${finalUrl.protocol}://${finalUrl.getRemote()}${finalUrl.getPathWithQuery(true)}`
+ finalUrl = `${finalUrl.protocol}://${finalUrl.getRemote()}${finalUrl.getPathWithQuery(true)}`;
270
271
codeSnippet += 'NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"' +
272
finalUrl + '"]\n';
0 commit comments