🚑 (whatsapp) Fix broken preview
This commit is contained in:
@ -56,7 +56,7 @@ export const resumeWhatsAppFlow = async ({
|
||||
}
|
||||
}
|
||||
|
||||
if (credentials.phoneNumberId !== phoneNumberId) {
|
||||
if (credentials.phoneNumberId !== phoneNumberId && !isPreview) {
|
||||
console.error('Credentials point to another phone ID, skipping...')
|
||||
return {
|
||||
message: 'Message received',
|
||||
|
Reference in New Issue
Block a user