Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 18, 2024
1 parent be78adb commit eb53cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activmindback/tasks/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class CreateTaskSerializer(serializers.Serializer):


def save(self, **kwargs):
task = Task.objects.create(user_id= self.context['user_id'], **self.validated_data)
task = Task.objects.create(user_id= self.context['user_id'], **self.validated_data)

0 comments on commit eb53cb6

Please sign in to comment.