add missing files
This commit is contained in:
@@ -39,7 +39,8 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
|
||||
result = enrollment_layer.collection.query(
|
||||
KeyPair(
|
||||
# Post-migration: rename `vacancies` to `slots`
|
||||
# Post-migration: uncomment the following line
|
||||
# ComposeKey(tenant_id, prefix='slots'),
|
||||
ComposeKey(tenant_id, prefix='vacancies'),
|
||||
order_id,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user