add link to bank slip

This commit is contained in:
2026-01-17 10:10:12 -03:00
parent 753c4be4da
commit d26abc02c9
7 changed files with 91 additions and 31 deletions

View File

@@ -68,7 +68,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
# Add `created_by` if present
| (
{
# Post-migration: rename `author` to `canceled_by`
# Post-migration: rename `author` to `canceled_by`
'author': {
'id': canceled_by['user_id'],
'name': canceled_by['name'],