We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384696d commit dac1febCopy full SHA for dac1feb
1 file changed
src/signed-xml.ts
@@ -1160,7 +1160,7 @@ export class SignedXml {
1160
* Adds all references to the SignedInfo after the signature placeholder is inserted.
1161
*/
1162
private addAllReferences(doc: Document, signatureElem: Element, prefix?: string): void {
1163
- if (!utils.isArrayHasLength(this.references) && !utils.isArrayHasLength(this.attachmentReferences)) {
+ if (!utils.isArrayHasLength(this.references)) {
1164
return;
1165
}
1166
0 commit comments