Bouk250 commented on code in PR #395:
URL: 
https://github.com/apache/pulsar-client-node/pull/395#discussion_r1806308652


##########
tstest.ts:
##########
@@ -66,18 +66,30 @@ import Pulsar = require('./index');
     scope: "scope"
   });
 
-  const authToken: Pulsar.AuthenticationToken = new 
Pulsar.AuthenticationToken({
+  const authToken1: Pulsar.AuthenticationToken = new 
Pulsar.AuthenticationToken({
     token: 'foobar',
   });
 
+  const authToken2: Pulsar.AuthenticationToken = new 
Pulsar.AuthenticationToken({

Review Comment:
   You right, I keep the async one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to