What's the correct way to resolve this promise, should I use `apply`? ```github.getBranch({ br...
e
What's the correct way to resolve this promise, should I use
apply
?
Copy code
github.getBranch({
      branch: 'qa',
      repository: 'test'
    })