Skip to content

Commit 5b9feb0

Browse files
Hotfix text attribute calculation (#256)
* hotfix * model
1 parent 3c5f1f4 commit 5b9feb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controller/attribute/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ def __calculate_user_attribute_all_records(
316316
try:
317317
task_master_manager.queue_task(
318318
str(org_id),
319-
TaskType.TOKENIZATION,
320319
str(user_id),
320+
TaskType.TOKENIZATION,
321321
{
322322
"scope": RecordTokenizationScope.ATTRIBUTE.value,
323323
"attribute_id": str(attribute_item.id),

0 commit comments

Comments
 (0)