diff --git a/http/http-request.ios.ts b/http/http-request.ios.ts index c625631a0..fb5bd25b8 100644 --- a/http/http-request.ios.ts +++ b/http/http-request.ios.ts @@ -67,14 +67,10 @@ export function request(options: http.HttpRequestOptions): Promise { (http).addHeader(headers, key, value); - } + }); } if (debugRequest) {