Skip to content

Commit

Permalink
fix: 'get_task_props_extensions()' missing 1 required argument
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocastrum committed Nov 1, 2024
1 parent 29cc821 commit c508179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_celery_results/backends/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _get_extended_properties(self, request, traceback):

# TODO: We assume that task protocol 1 could be always in use. :/
extra_fields = get_task_props_extension(
request,
getattr(request, 'kwargs', None)
)
if extra_fields:
Expand Down

0 comments on commit c508179

Please sign in to comment.