Browse Source

refs 117515: imprv comment

Futa Arai 3 years ago
parent
commit
8f5863b9aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/service/questionnaire-cron.ts

+ 1 - 1
packages/app/src/server/service/questionnaire-cron.ts

@@ -23,7 +23,7 @@ axiosRetry(axios, { retries: 3 });
  *  1. fetches QuestionnaireOrders from questionnaire server
  *  2. updates QuestionnaireOrder collection to contain only the ones that exist in the fetched list and is not finished (doesn't have to be started)
  *  3. changes QuestionnaireAnswerStatuses which are 'skipped' to 'not_answered'
- *  4. resend QuestionnaireAnswers & ProactiveQuestionnaireAnswers which failed to send before
+ *  4. resend QuestionnaireAnswers & ProactiveQuestionnaireAnswers which failed to reach questionnaire server
  */
 class QuestionnaireCronService {