Skip to content

Commit

Permalink
Updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT committed Jan 9, 2024
1 parent 4948af6 commit e7818e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_survey_result(
# - count: number of time the same value is selected as a response to each question

# Check if there are records in survey_response and available_response before executing the final query
# which fetches all the available responses along with the corresponding reponses.
# which fetches all the available responses along with the corresponding responses.
if survey_response_exists and available_response_exists:
survey_result = (db.session.query((survey_question.c.position).label('position'),
(survey_question.c.label).label('question'),
Expand Down

0 comments on commit e7818e6

Please sign in to comment.