add link to bank slip
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user