new(whatsapp.gblib): Auto-create WhatsApp templates from articles in .docx.

This commit is contained in:
Rodrigo Rodriguez 2024-08-10 14:14:41 -03:00
parent 51cfa56f85
commit 5965cb1e35

View file

@ -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;
`; `;
} }
]; ];