Skip to content

Commit 27eb08c

Browse files
authored
Working fix
Added fix for server checks to return as base result.
1 parent d130a54 commit 27eb08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Parse {
9696

9797
try {
9898
var response = await ParseHTTPClient().get("${ParseCoreData().serverUrl}$keyEndPointHealth");
99-
parseResponse = ParseResponse.handleResponse(this, response);
99+
parseResponse = ParseResponse.handleResponse(this, response, returnAsResult: true);
100100
} on Exception catch (e) {
101101
parseResponse = ParseResponse.handleException(e);
102102
}

0 commit comments

Comments
 (0)