Skip to content

Commit efd0a0f

Browse files
rostopiraphillwiggins
authored andcommitted
Fix crash on Flutter Web (#223)
1 parent 33c4de1 commit efd0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/network/parse_http_client.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ParseHTTPClient extends BaseClient {
66
: _sendSessionId = sendSessionId,
77
_client = securityContext != null
88
? IOClient(HttpClient(context: securityContext))
9-
: IOClient();
9+
: Client();
1010

1111
final Client _client;
1212
final bool _sendSessionId;

0 commit comments

Comments
 (0)