Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Oct 28, 2024
1 parent c288750 commit 2c2c58e
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 @@ -443,7 +443,7 @@ def clearExpiredSchedule(event, context):
"""
event_body = json.loads(event.get("body", ""))
remove_expired_scheduler_events(event_body["cutoff_time"], event_body["site"])
return create_response(200)
return create_response(200, "success")


def getSiteEventsInDateRange(event, context):
Expand Down

0 comments on commit 2c2c58e

Please sign in to comment.