From 8532ce4de5c8434532d7f2b575e473272d828b8c Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 3 Jul 2026 00:25:49 +0200 Subject: [PATCH] docs(database): done that(ded. db table for lines at station), rm TODO --- 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 d690edb..dd1f705 100644 --- a/lib/transport_helper.dart +++ b/lib/transport_helper.dart @@ -249,7 +249,7 @@ class Station { Station({ required this.id, required this.name, - required this.transportLines, //TODO: make extra db table + required this.transportLines, }); Map toMap() {