@open-wa/wa-automate 4.32.6 → 4.32.7

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.
@@ -322,7 +322,8 @@ const setupSocketServer = (cliConfig, client) => __awaiter(void 0, void 0, void
322
322
  io.use((socket, next) => {
323
323
  if (socket.handshake.auth["apiKey"] == cliConfig.key)
324
324
  next();
325
- next(new Error("Authentication error"));
325
+ else
326
+ next(new Error("Authentication error"));
326
327
  });
327
328
  }
328
329
  io.on("connection", (socket) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.32.6",
3
+ "version": "4.32.7",
4
4
  "licenseCheckUrl": "https://funcs.openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",