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

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

View file

@ -2159,6 +2159,9 @@ export class SystemKeywords {
rows = [...paged, ...rows];
page++;
count = paged.length;
GBLog.info(`page: ${page}, cached: ${rows.length}.`);
}
},
{
@ -2167,7 +2170,7 @@ export class SystemKeywords {
}
);
GBLog.info(`cached: ${rows.length}.`);
}
else {