We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eacdf commit 744c91aCopy full SHA for 744c91a
src/orgs.ts
@@ -22,5 +22,6 @@ export const CommitteeList = [
22
"Infrastructure Committee",
23
"Social Committee",
24
"Mentorship Committee",
25
+ "Academic Committee"
26
] as const;
27
export const OrganizationList = ["ACM", ...SIGList, ...CommitteeList];
0 commit comments