Skip to content

Commit 49ed960

Browse files
committed
mixpanel set_annotation_statuses change
1 parent bbe4652 commit 49ed960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/mixp/utils/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def set_annotation_statuses(**kwargs):
962962
return {
963963
"event_name": "set_annotation_statuses",
964964
"properties": {
965-
"item_count": len(kwargs.get("item_names", [])),
965+
"item_count": len(kwargs.get("items", [])),
966966
"annotation_status": kwargs["annotation_status"],
967967
"root": folder_name == "root",
968968
},

0 commit comments

Comments
 (0)