Compare commits

..

No commits in common. "609fc8cd188e6f7df5bbc2e8859cc709bd676d37" and "82d69c5a722667bf6bb15a390a1a022a410a5d8d" have entirely different histories.

View File

@ -192,7 +192,6 @@ export async function sendArticleMessage(article, options = {}) {
userId: options.userId, userId: options.userId,
customerId: options.customerId, customerId: options.customerId,
corpId: options.corpId, corpId: options.corpId,
uniqueRecord: 'YES'
}; };
if (options.teamId) { if (options.teamId) {
params.teamId = options.teamId; params.teamId = options.teamId;
@ -425,7 +424,7 @@ export async function handleFollowUpMessages(messages, context = {}) {
corpId: context.corpId, corpId: context.corpId,
}); });
} else if (msg.type === 'questionnaire') { } else if (msg.type === 'questionnaire') {
success = await sendSurveyMessage(msg.content, { success = await sendSurveyMessage(msg.content, {
userId: context.userId, userId: context.userId,
customerId: context.customerId, customerId: context.customerId,