mootari / observable-client

MIT License
14 stars 6 forks source link

unnecessary await #1

Closed bryangingechen closed 5 years ago

bryangingechen commented 5 years ago

Hope I'm not missing something here, but ensureToken is not async, so this await seems unneeded.

mootari commented 5 years ago

Good catch, thanks! Those were remainders from when token generation happened server-side.