Closed bryangingechen closed 5 years ago
Hope I'm not missing something here, but ensureToken is not async, so this await seems unneeded.
ensureToken
async
await
Good catch, thanks! Those were remainders from when token generation happened server-side.
Hope I'm not missing something here, but
ensureToken
is notasync
, so thisawait
seems unneeded.