Skip to content

Commit 2a16f5b

Browse files
committed
fix followup template returning stages is required2
1 parent 1c3985f commit 2a16f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/followUpService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ class FollowUpService {
645645
memberId: memberByPhone._id,
646646
direction: 'outbound',
647647
conversationStage: 'awaiting_reply',
648-
messageType: { $in: ['absent_reminder', 'follow_up'] }
648+
messageType: { $in: ['absent_reminder', 'follow_up', 'welcome'] }
649649
}).sort({ createdAt: -1 });
650650

651651
if (!lastOutbound) {

0 commit comments

Comments
 (0)