We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ab6f commit 314dacfCopy full SHA for 314dacf
components/connectwise_psa/sources/common/base.mjs
@@ -41,6 +41,7 @@ export default {
41
const results = this.connectwise.paginate({
42
resourceFn,
43
params,
44
+ max,
45
});
46
let items = [];
47
for await (const item of results) {
0 commit comments