Skip to content

Commit 4f6347d

Browse files
author
Jon Roobottom
committed
added afternoon session to site 4
1 parent 6443960 commit 4f6347d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

app/data/site4.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ const baseSessions = [
66
services: ['COVID:18+', 'FLU:18-64', 'FLU:65+', 'COVID_FLU:18-64', 'COVID_FLU:65+'],
77
slotLength: 10,
88
capacity: 1
9+
},
10+
{
11+
from: '13:00',
12+
until: '17:00',
13+
services: ['COVID:18+', 'FLU:18-64', 'FLU:65+', 'COVID_FLU:18-64', 'COVID_FLU:65+'],
14+
slotLength: 10,
15+
capacity: 1
916
}
1017
];
1118

0 commit comments

Comments
 (0)