Skip to content

Commit 0d4d82d

Browse files
authored
Merge pull request #852 from ChildMindInstitute/M2-3889-arbitrary-fix-release-2
M2-3889: Add session selector on answer check
2 parents 997458b + 1fcbc81 commit 0d4d82d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/answers/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ async def is_answers_uploaded(
920920
self, applet_id: uuid.UUID, activity_id: str, created_at: int
921921
) -> bool:
922922
answers = await AnswersCRUD(
923-
self.session
923+
self.answer_session
924924
).get_by_applet_activity_created_at(applet_id, activity_id, created_at)
925925
if not answers:
926926
return False

0 commit comments

Comments
 (0)