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
@@ -101,11 +101,7 @@ async function sendMail(document, publicUrl) {
}
async function batchQuery(userId, Documents, Ip, parseConfig, type, publicUrl) {
const extCls = new Parse.Query('contracts_Users');
extCls.equalTo('UserId', {
__type: 'Pointer',
className: '_User',
objectId: userId,
});
extCls.equalTo('UserId', { __type: 'Pointer', className: '_User', objectId: userId });
const resExt = await extCls.first({ useMasterKey: true });
if (resExt) {
const _resExt = JSON.parse(JSON.stringify(resExt));
@@ -189,6 +185,7 @@ async function batchQuery(userId, Documents, Ip, parseConfig, type, publicUrl) {
},
}
: {}),
...(x?.PenColors?.length > 0 ? { PenColors: x?.PenColors } : {}),
},
};
});