@codefresh-io/cf-git-providers 0.11.2 → 0.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -495,7 +495,7 @@ class BitbucketServer {
|
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
async listRepositoriesWithAffiliation(opts) {
|
|
498
|
-
const { limit =
|
|
498
|
+
const { limit = 2000, page = 1 } = opts;
|
|
499
499
|
const [getReposErr, repos] = await helpers_1.to(this.paginateReposResult({
|
|
500
500
|
api: `repos?avatarSize=${exports.avatarSize}`,
|
|
501
501
|
json: true,
|