From b15ffceae03469898b11893d0652e59dcd33688c Mon Sep 17 00:00:00 2001 From: tigerding Date: Sun, 13 Oct 2024 18:14:23 -0400 Subject: [PATCH] refactor: valid 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..040705700 100644 --- a/static/js/redux/constants/schools.ts +++ b/static/js/redux/constants/schools.ts @@ -23,7 +23,7 @@ export const VALID_SCHOOLS = [ "umich", "chapman", "salisbury", -]; +] as const; export const getSchoolSpecificInfo = (school: typeof VALID_SCHOOLS[number]) => { switch (school) {