@ejfdelgado/ejflab-back 1.35.1 → 1.35.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-back",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ejfdelgado/ejflab-back.git"
@@ -695,7 +695,7 @@ export class SocketIOCall {
695
695
  room,
696
696
  };
697
697
 
698
- await new SendChatProcessor(SocketIOCall, SocketIOCall.io, socketId).executeSave(payload);
698
+ await new SendChatProcessor(SocketIOCall, SocketIOCall.io, { id: socketId }).executeSave(payload);
699
699
  res.status(200).send(response);
700
700
  }
701
701
  }