Skip to content

Commit

Permalink
Merge pull request #852 from ChildMindInstitute/M2-3889-arbitrary-fix…
Browse files Browse the repository at this point in the history
…-release-2

M2-3889: Add session selector on answer check
  • Loading branch information
iwankrshkin authored Nov 22, 2023
2 parents 997458b + 1fcbc81 commit 0d4d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/answers/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ async def is_answers_uploaded(
self, applet_id: uuid.UUID, activity_id: str, created_at: int
) -> bool:
answers = await AnswersCRUD(
self.session
self.answer_session
).get_by_applet_activity_created_at(applet_id, activity_id, created_at)
if not answers:
return False
Expand Down

0 comments on commit 0d4d82d

Please sign in to comment.