Skip to content

Commit

Permalink
rename the helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishabh17 committed Jul 20, 2024
1 parent 41adfd8 commit f7c052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mappings/imports/modules/categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_mappings(self):
)


def disable_categories(workspace_id: int, categories_to_disable: Dict):
def disable_categories(workspace_id: int, categories_to_disable: Dict, *args, **kwargs):
"""
categories_to_disable object format:
{
Expand Down

0 comments on commit f7c052a

Please sign in to comment.