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 147abbe commit cd500b2Copy full SHA for cd500b2
src/orgs.ts
@@ -32,4 +32,4 @@ export const CommitteePartnerList = ["Reflections | Projections", "HackIllinois"
32
33
export const CoreOrganizationList = ["ACM", ...SIGList, ...CommitteeCoreList] as [string, ...string[]];
34
35
-export const AllOrganizationList = [...CoreOrganizationList, ...CommitteePartnerList]
+export const AllOrganizationList = [...CoreOrganizationList, ...CommitteePartnerList] as [string, ...string[]];
0 commit comments