From 744c91a5faa258866a60ab8e2c2bdd49625254e6 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Sat, 28 Sep 2024 16:25:09 -0500 Subject: [PATCH] Update orgs.ts --- src/orgs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/orgs.ts b/src/orgs.ts index a26ede6..2514256 100644 --- a/src/orgs.ts +++ b/src/orgs.ts @@ -22,5 +22,6 @@ export const CommitteeList = [ "Infrastructure Committee", "Social Committee", "Mentorship Committee", + "Academic Committee" ] as const; export const OrganizationList = ["ACM", ...SIGList, ...CommitteeList];