From 2b795df40905cac8513492c9d50ae9ff4a72ec58 Mon Sep 17 00:00:00 2001 From: tigerding Date: Sun, 13 Oct 2024 18:26:41 -0400 Subject: [PATCH] refactor: change school type --- static/js/redux/constants/schools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/redux/constants/schools.ts b/static/js/redux/constants/schools.ts index 0ac6297e2..ac0375282 100644 --- a/static/js/redux/constants/schools.ts +++ b/static/js/redux/constants/schools.ts @@ -25,7 +25,7 @@ export const VALID_SCHOOLS = [ "salisbury", ]; -export const getSchoolSpecificInfo = (school: typeof VALID_SCHOOLS[number]) => { +export const getSchoolSpecificInfo = (school: string) => { switch (school) { case "uoft": return {