Skip to content

Commit dc432a1

Browse files
committed
fix: Adjusts to receive contact with more numbers
1 parent 6727b1c commit dc432a1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/whatsapp/services/chatwoot.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,6 @@ export class ChatwootService {
11741174
const result = typeKey ? types[typeKey] : undefined;
11751175

11761176
if (typeKey === 'contactMessage') {
1177-
console.log(result);
11781177
const vCardData = result.split('\n');
11791178
const contactInfo = {};
11801179

src/whatsapp/services/whatsapp.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,8 +1912,6 @@ export class WAStartupService {
19121912
this.logger.verbose('Sending media message');
19131913
const generate = await this.prepareMediaMessage(data.mediaMessage);
19141914

1915-
console.log('generate', generate);
1916-
19171915
return await this.sendMessageWithTyping(
19181916
data.number,
19191917
{ ...generate.message },

0 commit comments

Comments
 (0)