auto-fixing (#16)
All checks were successful
Generate Release / validate_and_release (push) Successful in 12s

Co-authored-by: owlbot <owlbot@owlboard.info>
Reviewed-on: #16
This commit is contained in:
Fred Boniface 2024-10-24 21:10:38 +01:00
parent 0c159e121b
commit b4d992414e
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) { if (item.stops.length > 0) {
outputString += ` - code: "${item.code}"\n`; outputString += ` - code: "${item.code}"\n`;
outputString += ` stops: [${item.stops.map(stop => `${stop}`).join(',')}]\n`; outputString += ` stops: [${item.stops.map(stop => `${stop}`).join(',')}]\n`;
outputString += ` toc: "gw"`; outputString += ` toc: "gw"\n`;
} }
}); });