fixup! style(transport_helper): rename db_insert functions

This commit is contained in:
fbachus
2026-07-03 00:42:24 +02:00
parent a9f99b5409
commit 5d7e7ffb61
+1 -1
View File
@@ -85,7 +85,7 @@ class Route {
json["LegList"]["Leg"][-1]["Origin"]["time"] - json["LegList"]["Leg"][-1]["Origin"]["time"] -
json["LegList"]["Leg"][0]["Origin"]["time"], json["LegList"]["Leg"][0]["Origin"]["time"],
); );
newRoute.dbInsertRoute(); newRoute.dbInsert();
return newRoute; return newRoute;
} }