From bb8faab7d7f2d3729a9bd43b9aa5193f23a6c87a Mon Sep 17 00:00:00 2001 From: Th3G33k <4394090+Th3G33k@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:12:28 -1000 Subject: [PATCH] Update zgapdfsigner.js - revert commit --- lib/zgapdfsigner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zgapdfsigner.js b/lib/zgapdfsigner.js index a0425e0..7a14dbc 100644 --- a/lib/zgapdfsigner.js +++ b/lib/zgapdfsigner.js @@ -430,7 +430,7 @@ z.PdfSigner = class{ } /** @type {Zga.PdfCryptor} */ _this.cyptr = new z.PdfCryptor(cypopt); - pdfdoc = await _this.cyptr.encryptPdf(pdfdoc, encref); + await _this.cyptr.encryptPdf(pdfdoc, encref); z.log("Pdf data has been encrypted."); } }