remove redundant TODO

This commit is contained in:
2025-01-08 15:55:29 -08:00
parent 16c6f48a1d
commit 65211df3b7

View File

@@ -108,7 +108,6 @@ export class RepositoryDataLoader {
name: jsonRoute.name, name: jsonRoute.name,
color: jsonRoute.color, color: jsonRoute.color,
id: jsonRoute.myid, id: jsonRoute.myid,
// TODO associate polyline coordinates with routes
polylineCoordinates: [], polylineCoordinates: [],
systemId: system.id, systemId: system.id,
}; };