feat: add documentCount and templateCount for user

This commit is contained in:
prafull-opensignlabs
2024-03-31 08:28:17 +05:30
parent de26c2d719
commit 741f66b019
5 changed files with 72 additions and 3 deletions
@@ -762,7 +762,6 @@ function PlaceHolderSign() {
const pdfUrl = pdfData.url();
const tenantId = localStorage.getItem("TenantId");
const buffer = atob(pdfBytes)
console.log("buffer", buffer.length)
SaveFileSize(buffer.length, pdfUrl, tenantId);
return pdfUrl;
} catch (e) {