fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit a9bb5e517e - Show all commits

View file

@ -2155,7 +2155,7 @@ export class SystemKeywords {
let page = 0, pageSize = 1000;
let count = 0;
do {
while (page === 0 || count !== pageSize) {
rows = [
await t.findAll(
@ -2169,7 +2169,7 @@ export class SystemKeywords {
count = rows.length;
} while (count !== 1000)
}
},
{
retries: 5,