diff --git a/http/http.android.ts b/http/http.android.ts index 24774f23a..05f436684 100644 --- a/http/http.android.ts +++ b/http/http.android.ts @@ -62,7 +62,7 @@ export function request(options: http.HttpRequestOptions): promises.Promise { return outputStream.toString(); }, toJSON: () => { return JSON.parse(outputStream.toString()); }, toImage: () => {