fix(transport_helper): fix typo in database mapping of "Segment"

This commit is contained in:
fbachus
2026-07-03 02:54:32 +02:00
parent 5d7e7ffb61
commit 0110fb8ff9
+1 -1
View File
@@ -185,7 +185,7 @@ class Segment {
Map<String, Object?> toMap() {
return {
"startPoint": startPoint.id,
"startpoint": startPoint.id,
"endpoint": endPoint.id,
"starttime": startTime,
"endtime": endTime,