Enzo 2 недель назад
Родитель
Сommit
12dea90738
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/connector/connector.transmitter.ts

+ 1 - 1
src/connector/connector.transmitter.ts

@@ -36,7 +36,7 @@ export class TransmitterConnectionAdapter extends ConnectionAdapter implements T
             id: uuidv4(),
             dateCreated: new Date(),
             transport: Transport.Websocket,
-            target: message.receiverId,
+            target: message.adapterId,
             payload: message.payload
         } as TransportMessage)
     }