Skip to content

Commit 6dc183e

Browse files
committed
switched normalize phone to resolvereal phone2
1 parent d33c622 commit 6dc183e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/followUpService.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,12 @@ class FollowUpService {
346346
params: {
347347
contactId: jid,
348348
session: 'default'
349+
},
350+
headers: {
351+
'X-Api-Key': process.env.WAHA_API_KEY
349352
}
350353
}
351-
);
354+
);;
352355

353356
const contact = response.data;
354357

0 commit comments

Comments
 (0)