Skip to content

Commit cd500b2

Browse files
committed
force AllOrganizationList to be at least one
1 parent 147abbe commit cd500b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/orgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ export const CommitteePartnerList = ["Reflections | Projections", "HackIllinois"
3232

3333
export const CoreOrganizationList = ["ACM", ...SIGList, ...CommitteeCoreList] as [string, ...string[]];
3434

35-
export const AllOrganizationList = [...CoreOrganizationList, ...CommitteePartnerList]
35+
export const AllOrganizationList = [...CoreOrganizationList, ...CommitteePartnerList] as [string, ...string[]];

0 commit comments

Comments
 (0)