Skip to content

Commit e9aba37

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
fix in set_remove_contributor_categories
1 parent d8494a8 commit e9aba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/infrastructure/services/work_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def set_remove_contributor_categories(
507507
method="post",
508508
params=params,
509509
data={
510-
"query": body_query.body_builder(),
510+
**body_query.body_builder(),
511511
"body": {"categories": [{"id": i} for i in category_ids]},
512512
},
513513
headers={

0 commit comments

Comments
 (0)