Skip to content

Commit

Permalink
refactor: change 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 2b795df
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 @@ -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 {
Expand Down

0 comments on commit 2b795df

Please sign in to comment.