You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have redownloaded all the questions and answers until October 31, 2023 in ascending order, need to remove anything that depends on questions or answers being in reverse chronological order
#3
Open
1 task
rtanglao opened this issue
Nov 6, 2023
· 0 comments
change TO: a = answers_for_this_question.first FROM: a = answers_for_this_question.reverse.first
The text was updated successfully, but these errors were encountered:
rtanglao
changed the title
Once we have redownloaded all the questions and answers until October 31, 2023, need to remove anything that depends on questions or answers being in reverse chronnological order
Once we have redownloaded all the questions and answers until October 31, 2023 in ascending order, need to remove anything that depends on questions or answers being in reverse chronological order
Nov 6, 2023
github-action-thunderbird-aaq/get-response-metrics.rb
Line 88 in e720baa
a = answers_for_this_question.first
FROM:a = answers_for_this_question.reverse.first
The text was updated successfully, but these errors were encountered: