diff --git a/src/apps/answers/service.py b/src/apps/answers/service.py index 538415ee1c7..9a01586b78a 100644 --- a/src/apps/answers/service.py +++ b/src/apps/answers/service.py @@ -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