Skip to content

Commit 347cf92

Browse files
authored
Merge pull request #73 from CodeWithGroup/feature/aws-fixes
Fix workshops in the Lambda
2 parents 0980b4a + a5fb8aa commit 347cf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda/eventBriteHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def getEventsAsHtml(event, lambda_context):
132132
elif 'huddle' in eventName.lower():
133133
huddles += eventHtml
134134
else:
135-
scheduled += eventHtml
135+
workshops += eventHtml
136136

137137
if dropins == "":
138138
dropins = "<p>We don't have any drop-ins scheduled at the moment. Ask on Slack if you'd like us to arrange one.</p>"

0 commit comments

Comments
 (0)