From 35284030bf9e518cf5406f7553047261cb7a2b4b Mon Sep 17 00:00:00 2001 From: Jeffrey Li Date: Mon, 17 Aug 2020 12:49:27 -0400 Subject: [PATCH] feat: update schools lsit --- types/schools.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/schools.ts b/types/schools.ts index 4d522ab..ba2a13a 100644 --- a/types/schools.ts +++ b/types/schools.ts @@ -3,6 +3,9 @@ export const SchoolList = [ 'Colonel By Secondary School', 'Lisgar Collegiate Institute', 'Earl of March Secondary School', + "Bell High School", + "Longfields-Davidson Heights Secondary School", + "Merivale High School", 'Other' ] as const