Skip to content

Commit

Permalink
Made creating new releases work again
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Aug 18, 2017
1 parent 125d8de commit b3599aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credits.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const connect = require('./connect')
const repo = require('./repo')

const getPullRequest = async number => {
const repoDetails = await repo.getRepo()
const github = await connect()
const repoDetails = await repo.getRepo(github)

const response = await github.pullRequests.get({
owner: repoDetails.user,
Expand Down

0 comments on commit b3599aa

Please sign in to comment.