new(whatsapp.gblib): Auto-create WhatsApp templates from articles in .docx.
This commit is contained in:
parent
51cfa56f85
commit
5965cb1e35
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ export class KeywordsExpressions {
|
||||||
}else{
|
}else{
|
||||||
await sys.saveToStorage({pid: pid, table: ${table}, fieldsValues: [${fieldsAsText}], fieldsNames: [${fieldsNames}] })
|
await sys.saveToStorage({pid: pid, table: ${table}, fieldsValues: [${fieldsAsText}], fieldsNames: [${fieldsNames}] })
|
||||||
}
|
}
|
||||||
${table.replace(/\`/g, '')} = null;
|
${fields[0].replace(/\`/g, '')} = null;
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue