diff options
Diffstat (limited to 'lib/services/storegear_api_service.dart')
| -rw-r--r-- | lib/services/storegear_api_service.dart | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/services/storegear_api_service.dart b/lib/services/storegear_api_service.dart index f4d96b1..7b3657f 100644 --- a/lib/services/storegear_api_service.dart +++ b/lib/services/storegear_api_service.dart @@ -56,8 +56,6 @@ class StoregearApiService extends IStoregearApiService { // If the server did return a 200 OK response, // then parse the JSON. - - var content = jsonDecode(response.body); if (content["message"] != null) { return RouteList(routes: []); |
