Skip to content

Commit 14dad7c

Browse files
committed
11
1 parent ff6b120 commit 14dad7c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

OpenFlow/src/Messages/Message.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class Message {
214214
try {
215215
msg = QueueMessage.assign(this.data);
216216
if (Util.IsNullUndefinded(msg.jwt)) msg.jwt = cli.jwt;
217+
if (Util.IsNullUndefinded(msg.data.jwt)) msg.data.jwt = msg.jwt;
217218
if (Util.IsNullEmpty(msg.replyto)) {
218219
await cli.sendToQueue(msg);
219220
} else {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.505
1+
0.0.506

0 commit comments

Comments
 (0)