Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 6321dcc

Browse files
author
Shuai Wang
authored
change luis app list max number to 500 (#1282)
1 parent 40549ca commit 6321dcc

File tree

1 file changed

+1
-1
lines changed
  • packages/lu/src/parser/lubuild

1 file changed

+1
-1
lines changed

packages/lu/src/parser/lubuild/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class LuBuildCore {
4747
}
4848

4949
public async getApplicationList() {
50-
const url = `${this.endpoint}/apps`
50+
const url = `${this.endpoint}/apps/?skip=0&take=500`
5151

5252
let apps
5353
let retryCount = this.retryCount + 1

0 commit comments

Comments
 (0)