new(core.gbapp): LLM alerts for data.
This commit is contained in:
parent
2a279d27ca
commit
7df5ab0244
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ export class SystemKeywords {
|
||||||
public async saveToStorageBatch({ pid, table, rows }): Promise<void> {
|
public async saveToStorageBatch({ pid, table, rows }): Promise<void> {
|
||||||
const { min } = await DialogKeywords.getProcessInfo(pid);
|
const { min } = await DialogKeywords.getProcessInfo(pid);
|
||||||
|
|
||||||
if (!Array.isArray(data) && typeof rows === 'object' && rows !== null) {
|
if (!Array.isArray(rows) && typeof rows === 'object' && rows !== null) {
|
||||||
rows = [rows];
|
rows = [rows];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue