Skip to content

Commit 1f12874

Browse files
committed
Fix inbox name on cw config
1 parent 3bf975d commit 1f12874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class ChatwootService {
8585
return client;
8686
}
8787

88-
public getClientCwConfig(): ChatwootAPIConfig {
88+
public getClientCwConfig(): ChatwootAPIConfig & { name_inbox: string } {
8989
return {
9090
basePath: this.provider.url,
9191
with_credentials: true,

0 commit comments

Comments
 (0)