We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90640b7 + 06543e8 commit 73fb376Copy full SHA for 73fb376
src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
@@ -2323,7 +2323,7 @@ export class ChatwootService {
2323
const url =
2324
`/public/api/v1/inboxes/${inbox.inbox_identifier}/contacts/${sourceId}` +
2325
`/conversations/${conversationId}/update_last_seen`;
2326
- chatwootRequest(this.getClientCwConfig(), {
+ await chatwootRequest(this.getClientCwConfig(), {
2327
method: 'POST',
2328
url: url,
2329
});
0 commit comments