Public Access
fixup! style(transport_helper): rename db_insert functions
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user