Skip to content

Commit b530c4a

Browse files
committed
🐛 fix #2361
1 parent cf87a48 commit b530c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/integrations/chatwoot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const setupChatwootOutgoingMessageHandler: (cliConfig: cliFlags, client:
126126
contact_id,
127127
"inbox_id": resolvedInbox
128128
});
129-
return data.payload;
129+
return data;
130130
} catch (error) {
131131
return;
132132
}

0 commit comments

Comments
 (0)