Delete apps/OpenSign/package-lock.json

This commit is contained in:
prafull-opensignlabs
2025-12-22 09:56:25 +00:00
parent 8a2329dd60
commit 4fb8aa9a16
64 changed files with 16808 additions and 988 deletions
@@ -114,6 +114,9 @@ export default async function saveAsTemplate(request) {
if (_docRes?.Bcc?.length > 0) {
templateCls.set('Bcc', _docRes?.Bcc);
}
if (_docRes?.PenColors?.length > 0) {
templateCls.set('PenColors', _docRes?.PenColors);
}
const res = await templateCls.save(null, { useMasterKey: true });
return res;
} else {