octonode
octonode copied to clipboard
Async / Await functions not working
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
}
Are you sure this is not a token issue on your side?