Skip to content

Commit c4226e0

Browse files
fix flow process on nativescript
1 parent 48d1db9 commit c4226e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/networking/modules/nativescript.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* @flow */
2+
/* global console */
23

34
import { request as HttpRequest } from 'http';
45
import { EndpointDefinition, StatusAnnouncement } from '../../core/flow_interfaces';
@@ -37,6 +38,7 @@ function xdr(method: string, url: string, params: Object, body: string, endpoint
3738
};
3839

3940
if (method === 'GET') {
41+
// $FlowFixMe
4042
httpConfig.content = body;
4143
}
4244

0 commit comments

Comments
 (0)