Skip to content

Commit

Permalink
Update orgs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 authored Sep 28, 2024
1 parent c8eacdf commit 744c91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/orgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ export const CommitteeList = [
"Infrastructure Committee",
"Social Committee",
"Mentorship Committee",
"Academic Committee"

Check failure on line 25 in src/orgs.ts

View workflow job for this annotation

GitHub Actions / Run Unit Tests

Insert `,`
] as const;
export const OrganizationList = ["ACM", ...SIGList, ...CommitteeList];

0 comments on commit 744c91a

Please sign in to comment.