Skip to content

Commit 680c92e

Browse files
committed
Messages sent by the api now arrive in chatwoot
1 parent deb07d2 commit 680c92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,9 @@ export class WAStartupService {
611611

612612
amqp.assertQueue(queueName, {
613613
durable: true,
614-
'auto-delete': false,
614+
autoDelete: false,
615615
arguments: {
616-
'x-queue-type': 'quorum',
616+
queueType: 'quorum',
617617
},
618618
});
619619

0 commit comments

Comments
 (0)