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 46069e5 commit f4c9a39Copy full SHA for f4c9a39
backend/app/graphql/helpers/event-status.ts
@@ -72,7 +72,7 @@ export const getParticipantCapacityFor =
72
(eventType: EventType) => {
73
switch (eventType) {
74
case EventType.workshop:
75
- return 30;
+ return 50;
76
case EventType.talk:
77
case EventType.panel:
78
return 50;
0 commit comments