We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4cff9 commit 1aac263Copy full SHA for 1aac263
2 files changed
OpenFlow/src/Messages/Message.ts
@@ -228,7 +228,6 @@ export class Message {
228
msg.data.jwt = msg.jwt;
229
}
230
231
- if (Util.IsNullUndefinded(msg.data.jwt)) msg.data.jwt = msg.jwt;
232
if (Util.IsNullEmpty(msg.replyto)) {
233
await cli.sendToQueue(msg);
234
} else {
VERSION
@@ -1 +1 @@
1
-0.0.507
+0.0.508
0 commit comments