Skip to content

Commit 094f25b

Browse files
committed
fix type in operations
1 parent e3b9134 commit 094f25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,5 +1489,5 @@ def delete_representation(self, project_name, representation_id):
14891489
14901490
"""
14911491
return self.delete_entity(
1492-
project_name, "representaion", representation_id
1492+
project_name, "representation", representation_id
14931493
)

0 commit comments

Comments
 (0)