Skip to content

Commit e8b2a29

Browse files
committed
Add jwt and user fields to event data in Client class
1 parent 3f49b8c commit e8b2a29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

node/lib.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,6 +2894,8 @@ class Client {
28942894
replyto: result.replyto,
28952895
routingkey: result.routingkey,
28962896
exchangename: result.exchangename,
2897+
jwt: jwt,
2898+
user: user,
28972899
data: data,
28982900
}
28992901
this.trace('call next had result', event);

0 commit comments

Comments
 (0)