Skip to content

Commit

Permalink
Hotfix text attribute calculation (#256)
Browse files Browse the repository at this point in the history
* hotfix

* model
  • Loading branch information
LennartSchmidtKern authored Sep 19, 2024
1 parent 3c5f1f4 commit 5b9feb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controller/attribute/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ def __calculate_user_attribute_all_records(
try:
task_master_manager.queue_task(
str(org_id),
TaskType.TOKENIZATION,
str(user_id),
TaskType.TOKENIZATION,
{
"scope": RecordTokenizationScope.ATTRIBUTE.value,
"attribute_id": str(attribute_item.id),
Expand Down
2 changes: 1 addition & 1 deletion submodules/model

0 comments on commit 5b9feb0

Please sign in to comment.