octonode icon indicating copy to clipboard operation
octonode copied to clipboard

Async / Await functions not working

Open firebluetom opened this issue 6 years ago • 1 comments

I tried to use the async await functions but they seem not to be working. They seem to be defined, but go nowhere.

async function selectUser(client, { pull_request }, repoPullRequests, teamIdentifier) {
  const githubTeam = await client.teamAsync(teamIdentifier);
  ... doesn't even fail, just returns nothing
}

firebluetom avatar Oct 29 '18 19:10 firebluetom

Are you sure this is not a token issue on your side?

pksunkara avatar Dec 02 '20 21:12 pksunkara