Skip to content

Commit f4c9a39

Browse files
committed
changed capacity to 50 for workshops
1 parent 46069e5 commit f4c9a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/graphql/helpers/event-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const getParticipantCapacityFor =
7272
(eventType: EventType) => {
7373
switch (eventType) {
7474
case EventType.workshop:
75-
return 30;
75+
return 50;
7676
case EventType.talk:
7777
case EventType.panel:
7878
return 50;

0 commit comments

Comments
 (0)