Skip to content

Commit

Permalink
Merge pull request #45 from uclaacm/add-cloud-to-committee-list
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal authored Sep 27, 2024
2 parents 393bae8 + cd6719d commit d82251e
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 d82251e

Please sign in to comment.