auto-fixing #16

Merged
fred.boniface merged 3 commits from auto-fixing into main 2024-10-24 21:10:39 +01:00
2 changed files with 1609 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,7 @@ function sortAndMergeYAMLFiles() {
if (item.stops.length > 0) {
outputString += ` - code: "${item.code}"\n`;
outputString += ` stops: [${item.stops.map(stop => `${stop}`).join(',')}]\n`;
outputString += ` toc: "gw"`;
outputString += ` toc: "gw"\n`;
}
});