Skip to content

Commit

Permalink
🎨 update build (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored May 30, 2022
1 parent 8318239 commit 9de5273
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const fetchPulls = async (
repo: string
): Promise<PullsListResponseData> => {
const {data: allPulls} = await octokit.rest.pulls.list({
owner,
owner,
repo,
per_page: 100
})
Expand Down

0 comments on commit 9de5273

Please sign in to comment.