mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #522 from lorenzomigliorero/fix/bitbucket-repositories-length
fix: bitbucket repositories length
This commit is contained in:
commit
a73af1d578
@ -225,7 +225,7 @@ export const getBitbucketRepositories = async (bitbucketId?: string) => {
|
|||||||
const username =
|
const username =
|
||||||
bitbucketProvider.bitbucketWorkspaceName ||
|
bitbucketProvider.bitbucketWorkspaceName ||
|
||||||
bitbucketProvider.bitbucketUsername;
|
bitbucketProvider.bitbucketUsername;
|
||||||
const url = `https://api.bitbucket.org/2.0/repositories/${username}`;
|
const url = `https://api.bitbucket.org/2.0/repositories/${username}?pagelen=100`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(url, {
|
const response = await fetch(url, {
|
||||||
|
Loading…
Reference in New Issue
Block a user