add restore
This commit is contained in:
@@ -131,6 +131,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
# Add created_by if present
|
||||
| (
|
||||
{
|
||||
# Post-migration: rename `author` to `created_by`
|
||||
'author': {
|
||||
'id': created_by['user_id'],
|
||||
'name': created_by['name'],
|
||||
|
||||
Reference in New Issue
Block a user