diff options
Diffstat (limited to 'lib/pages')
| -rw-r--r-- | lib/pages/all_routes_page.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pages/all_routes_page.dart b/lib/pages/all_routes_page.dart index a1173cf..0efe524 100644 --- a/lib/pages/all_routes_page.dart +++ b/lib/pages/all_routes_page.dart @@ -40,7 +40,7 @@ class _AllRoutesPageState extends State<AllRoutesPage> { DHLRoute.Route? route = await apiService.getRoute(tripkey); if (route == null) { - throw new Exception(); + throw Exception(); } Navigator.push( |
