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

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

View file

@ -387,7 +387,7 @@ export class SystemKeywords {
}
public async executeSQL({ pid, data, sql, tableName }) {
if (!data && !data[0]){
if (!data || !data[0]){
return data;
}
let objectMode = false;