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

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

View file

@ -2145,7 +2145,6 @@ export class SystemKeywords {
if (!this.cachedMerge[pid][file]) {
await retry(
async (bail) => {
let rows = [];
let page = 0, pageSize = 1000;
let count = 0;