Skip to content

Commit

Permalink
refactor: valid school type
Browse files Browse the repository at this point in the history
  • Loading branch information
zydtiger committed Oct 13, 2024
1 parent 96f46d2 commit b15ffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/redux/constants/schools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const VALID_SCHOOLS = [
"umich",
"chapman",
"salisbury",
];
] as const;

export const getSchoolSpecificInfo = (school: typeof VALID_SCHOOLS[number]) => {
switch (school) {
Expand Down

0 comments on commit b15ffce

Please sign in to comment.