Skip to content

Commit

Permalink
Fix variable referenced with the wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Dec 4, 2024
1 parent d782ae7 commit 4821056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def addNewEvent(event, context):
# Add creation date
event_body["last_modified"] = get_utc_iso_time()

result = create_calendar_event(event)
result = create_calendar_event(event_body)

message = json.dumps({
'table_response': result,
Expand Down

0 comments on commit 4821056

Please sign in to comment.