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
logger.error({component: 'SurveyService',context: 'sendSurvey',message: `Error updating survey as sent for Work Period "${contactIdToWorkPeriodIdMap[collectorName][contactId]}": `+e.message})
126
+
logger.error({component: 'SurveyService',context: 'sendSurvey',message: `Error updating survey as sent for Work Period "${workPeriodId}": `+e.message})
logger.error({component: 'SurveyService',context: 'sendSurvey',message: `Error updating survey as failed for Work Period "${contactIdToWorkPeriodIdMap[collectorName][contactId]}": `+e.message})
138
+
logger.error({component: 'SurveyService',context: 'sendSurvey',message: `Error updating survey as failed for Work Period "${workPeriodId}": `+e.message})
0 commit comments