Skip to content

Commit

Permalink
fix airtable field name for starting rsvp
Browse files Browse the repository at this point in the history
  • Loading branch information
transcental committed Nov 26, 2024
1 parent 4fd2d27 commit c9c214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rsvp_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def check_rsvps():
env.airtable.update_event(event["id"], **{"Sent 1 Hour Reminder": True})

elif start_time - time.time() <= 0 and not event["fields"].get(
"Sent Started Reminder", False
"Sent Starting Reminder", False
):
for user in rsvps:
send_reminder(
Expand Down

0 comments on commit c9c214c

Please sign in to comment.