Delete apps/OpenSignServer/package-lock.json

This commit is contained in:
prafull-opensignlabs
2025-12-08 11:45:29 +00:00
parent 334edb3c0c
commit 75a40fbf43
21 changed files with 336 additions and 175 deletions
@@ -192,7 +192,6 @@ async function batchQuery(userId, Documents, Ip, parseConfig, type, publicUrl) {
},
};
});
// console.log('requests ', requests);
if (requests?.length > 0) {
const newrequests = [requests?.[0]];
const response = await axios.post('batch', { requests: newrequests }, parseConfig);