Skip to content

Commit

Permalink
fix: ensure all arguments passed to after_rename hook are accepted (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora authored Jan 8, 2024
1 parent fe42033 commit 6caa0da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
)


def execute(doc, method=None):
def execute(doc, *args):
"""
Rebuild ItemVariantsCacheManager via Item or Website Item.
"""
Expand Down

0 comments on commit 6caa0da

Please sign in to comment.