@open-wa/wa-automate 4.27.2 → 4.27.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,7 +140,7 @@ const setupChatwootOutgoingMessageHandler = (cliConfig, client) => __awaiter(voi
140
140
  contact_id,
141
141
  "inbox_id": resolvedInbox
142
142
  });
143
- return data.payload;
143
+ return data;
144
144
  }
145
145
  catch (error) {
146
146
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.27.2",
3
+ "version": "4.27.3",
4
4
  "licenseCheckUrl": "https://openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",