Skip to content

Commit

Permalink
add cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal committed Sep 27, 2024
1 parent 58ab4f1 commit cd6719d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions getOfficers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default async function getOfficerData(
['ICPC', 'icpc'],
['Teach LA', 'teachla'],
['W', 'w'],
['Cloud', 'cloud'],
]);
// // Store officer data
const officers: object[] = []; // list of officers in desired committee
Expand Down
1 change: 1 addition & 0 deletions scripts/lib.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const getCssStringFromCommittee = (committee) => {
case 'icpc':
case 'studio':
case 'w':
case 'cloud':
return committee.toLowerCase();
default:
throw new Error(`Unrecognized string ${committee}`);
Expand Down

0 comments on commit cd6719d

Please sign in to comment.