Skip to content

Commit 1aac263

Browse files
committed
1221
1 parent 4b4cff9 commit 1aac263

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

OpenFlow/src/Messages/Message.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ export class Message {
228228
msg.data.jwt = msg.jwt;
229229
}
230230
}
231-
if (Util.IsNullUndefinded(msg.data.jwt)) msg.data.jwt = msg.jwt;
232231
if (Util.IsNullEmpty(msg.replyto)) {
233232
await cli.sendToQueue(msg);
234233
} else {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.507
1+
0.0.508

0 commit comments

Comments
 (0)