Fix Island Line in TOC Map.

Closes OwlBoard/backend#61
This commit is contained in:
Fred Boniface 2024-01-13 22:25:32 +00:00
parent b17fa46151
commit 6505ba7f60
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export const tocs = new Map<string, string>([
['gw', 'Great Western Railway'],
['sw', 'South Western Railway'],
['id', 'Island Line'],
['il', 'Island Line'],
['nt', 'Northern'],
['aw', 'Transport for Wales'],
['cc', 'c2c'],