From 6505ba7f600d3e11ea6e37db6d3be20f93ad4adf Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 13 Jan 2024 22:25:32 +0000 Subject: [PATCH] Fix Island Line in TOC Map. Closes https://git.fjla.uk/OwlBoard/backend/issues/61 --- src/lib/stores/tocMap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stores/tocMap.ts b/src/lib/stores/tocMap.ts index ebdbc29..55890e8 100644 --- a/src/lib/stores/tocMap.ts +++ b/src/lib/stores/tocMap.ts @@ -1,7 +1,7 @@ export const tocs = new Map([ ['gw', 'Great Western Railway'], ['sw', 'South Western Railway'], - ['id', 'Island Line'], + ['il', 'Island Line'], ['nt', 'Northern'], ['aw', 'Transport for Wales'], ['cc', 'c2c'],