removed some fields from profile
This commit is contained in:
@@ -661,6 +661,7 @@ class HttpRequestClient {
|
||||
final statusFail = (map['status'] is String &&
|
||||
(map['status'] as String).toLowerCase() == "fail");
|
||||
final status400 = (map['status'] is int && map['status'] == 400);
|
||||
|
||||
if (map.containsKey('status') && (statusFail || status400)) {
|
||||
return ResponseModel.named(
|
||||
statusCode: 0,
|
||||
|
||||
Reference in New Issue
Block a user