Skip to content

Commit 271b080

Browse files
committed
fix: 'TypeError' introduced in previous commit
1 parent 3f1bfac commit 271b080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_celery_results/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def store_result(self, content_type, content_encoding,
161161
'task_args': task_args,
162162
'task_kwargs': task_kwargs,
163163
'worker': worker,
164-
**extra_fields
164+
'extra_fields': extra_fields
165165
}
166166
if 'date_started' in kwargs:
167167
fields['date_started'] = kwargs['date_started']

0 commit comments

Comments
 (0)