From 5d7e7ffb618c8185510a8df40b4884c9859cfe2e Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 3 Jul 2026 00:42:24 +0200 Subject: [PATCH] fixup! style(transport_helper): rename db_insert functions --- lib/transport_helper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transport_helper.dart b/lib/transport_helper.dart index 638c538..987724b 100644 --- a/lib/transport_helper.dart +++ b/lib/transport_helper.dart @@ -85,7 +85,7 @@ class Route { json["LegList"]["Leg"][-1]["Origin"]["time"] - json["LegList"]["Leg"][0]["Origin"]["time"], ); - newRoute.dbInsertRoute(); + newRoute.dbInsert(); return newRoute; }