From 8c4abd2b2705589fe668be52614979a12ff04869 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 8 Nov 2022 19:56:21 +0100 Subject: work --- lib/pages/all_routes_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pages/all_routes_page.dart') 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 { DHLRoute.Route? route = await apiService.getRoute(tripkey); if (route == null) { - throw new Exception(); + throw Exception(); } Navigator.push( -- cgit v1.2.3-70-g09d2