diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-02-08 20:08:23 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-02-08 20:08:23 +0100 |
| commit | fcbf592d10199dbac80198dd8c2efb181f95165e (patch) | |
| tree | 4fd50f1bf1c65c7180f1f3b7d64fc1603bf9be73 /lib/services/storegear_api_service.dart | |
| parent | e37d74527e03b6a804a35cbfb0956d4e0100889f (diff) | |
blacklist
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: []); |
