update block
This commit is contained in:
@@ -194,7 +194,7 @@ def enroll(
|
||||
)
|
||||
transact.condition(
|
||||
key=KeyPair(
|
||||
pk='SUBSCRIPTION#FREEZE',
|
||||
pk='SUBSCRIPTION#FROZEN',
|
||||
sk=f'ORG#{org_id}',
|
||||
),
|
||||
cond_expr='attribute_not_exists(sk)',
|
||||
@@ -245,7 +245,7 @@ def enroll(
|
||||
},
|
||||
)
|
||||
|
||||
# The deduplication window can be recalculated based on user settings.
|
||||
# The deduplication window can be recalculated based on settings.
|
||||
if deduplication_window:
|
||||
transact.put(
|
||||
item={
|
||||
|
||||
Reference in New Issue
Block a user