update table

This commit is contained in:
2025-12-13 00:14:24 -03:00
parent 72f049babd
commit a1c0e3dcd5
6 changed files with 191 additions and 95 deletions

View File

@@ -48,7 +48,7 @@ def cancel(
transact.put(
item={
'id': enrollment_id,
'sk': 'CANCELED_BY',
'sk': 'CANCELED',
'canceled_by': {
'id': canceled_by.id,
'name': canceled_by.name,