TimetableAPI-Upgrade #64

Merged
fred.boniface merged 36 commits from TimetableAPI-Upgrade into main 2024-02-11 15:53:17 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8f26218ef2 - Show all commits

View File

@ -118,6 +118,7 @@ function fixErrantTiplocs(input: string[]): void {
if (value === "RDNG4AB") {
array[index] = "RDNGSTN";
}
// Additional substitutions can be applied here
});
}