Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed May 2, 2024
1 parent 6f6d192 commit c34c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tasks/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ class TaskResultSerializer(TaskDetailSerializer):
class Meta:
model = Task
fields = TaskDetailSerializer.Meta.fields + (
'result'
'result',
)

0 comments on commit c34c7a9

Please sign in to comment.