Skip to content

Commit 73fb376

Browse files
Merge pull request #2219 from victoreduardo/evo/main
Fix: Chatwoot service fails when processing read message
2 parents 90640b7 + 06543e8 commit 73fb376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ export class ChatwootService {
23232323
const url =
23242324
`/public/api/v1/inboxes/${inbox.inbox_identifier}/contacts/${sourceId}` +
23252325
`/conversations/${conversationId}/update_last_seen`;
2326-
chatwootRequest(this.getClientCwConfig(), {
2326+
await chatwootRequest(this.getClientCwConfig(), {
23272327
method: 'POST',
23282328
url: url,
23292329
});

0 commit comments

Comments
 (0)