diff --git a/src/index.ts b/src/index.ts index 434cc54..a370258 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ async function main() { async (systemArguments) => { const system = InterchangeSystem.buildForTesting(systemArguments); - // Have loading of different data for different systems in the future + // TODO: Have loading of different data for different systems in the future await loadShuttleTestData(system.shuttleRepository); return system;