Skip to content

Commit

Permalink
feat: deploymentsを100件取得する (#142)
Browse files Browse the repository at this point in the history
* feat: deploymentsを100件取得する

* chore: update dist
kondei authored Mar 13, 2024
1 parent 990e908 commit 7a99bed
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions 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
@@ -28,7 +28,7 @@ export async function getDeployment(
? { teamId: searchOptions.vercel_team_id }
: null),
projectId: searchOptions.vercel_project_id,
limit: 20,
limit: 100,
},
headers: {
Authorization: `Bearer ${searchOptions.vercel_access_token}`,

0 comments on commit 7a99bed

Please sign in to comment.