Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Async / Await functions not working #325

Open
firebluetom opened this issue Oct 29, 2018 · 1 comment
Open

Async / Await functions not working #325

firebluetom opened this issue Oct 29, 2018 · 1 comment

Comments

@firebluetom
Copy link

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
}

@pksunkara
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants