Skip to content

Commit

Permalink
add raw cancellation message to airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
transcental committed Dec 1, 2024
1 parent 9dbd59d commit 674011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/views/reject_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def handle_reject_event_view(ack: Callable, body: dict[str, Any], client: WebCli
)
return

event = env.airtable.update_event(event_id, **{"Canceled": True})
event = env.airtable.update_event(event_id, **{"Canceled": True, "Raw Cancelation Reason": message})

client.chat_postMessage(
channel=env.slack_approval_channel,
Expand Down

0 comments on commit 674011a

Please sign in to comment.