File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ const pdfSignatures = {
27
27
28
28
if ( response . body . code == 200 ) {
29
29
if ( response . body . valid == true )
30
- console . log ( "verifySignature(): Signature is VALID for the '" + configParams . PDF_DOCUMENT_NAME + "' documen ." ) ;
30
+ console . log ( "verifySignature(): Signature is VALID for the '" + configParams . PDF_DOCUMENT_NAME + "' document ." ) ;
31
31
else
32
- console . log ( "verifySignature(): Signature is NOT VALID for the '" + configParams . PDF_DOCUMENT_NAME + "' documen ." ) ;
32
+ console . log ( "verifySignature(): Signature is NOT VALID for the '" + configParams . PDF_DOCUMENT_NAME + "' document ." ) ;
33
33
}
34
34
else
35
35
console . error ( "verifySignature(): Failed to extract signatures in the document. Response code: " + response . body . code ) ;
You can’t perform that action at this time.
0 commit comments