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

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

View file

@ -387,6 +387,9 @@ export class SystemKeywords {
}
public async executeSQL({ pid, data, sql, tableName }) {
if (!data && !data[0]){
return data;
}
let objectMode = false;
if (Object.keys(data[0])) {
objectMode = true;