where tokenNgrok is coming from an express endpoint where you can specify the token on body, so it's different sometimes if needed.
And what's happening is that it's always using the first provided token, which it really shouldn't. I think this is a bug and would appreciate if you could take a look.
So what I'm doing is,
where tokenNgrok is coming from an express endpoint where you can specify the token on body, so it's different sometimes if needed. And what's happening is that it's always using the first provided token, which it really shouldn't. I think this is a bug and would appreciate if you could take a look.
Thanks