Skip to content

Commit

Permalink
auth error fixed 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nkey committed May 22, 2024
1 parent 659caec commit 4bf4d58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/questions/views/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def get(self, request, *args, **kwargs):
for answer in all_connect_answers
]

# TODO переписать с датаклассами

question_data = QuestionСonnectSerializerData(
id=question.id,
text=question.text,
Expand Down

0 comments on commit 4bf4d58

Please sign in to comment.