Skip to content

Commit

Permalink
Fix validationErrors type (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m authored Jul 22, 2023
1 parent 0711039 commit af91bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signed-xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class SignedXml {
/**
* Contains validation errors (if any) after {@link checkSignature} method is called
*/
private validationErrors: string[] = [];
validationErrors: string[] = [];
private keyInfo: Node | null = null;

/**
Expand Down

0 comments on commit af91bc2

Please sign in to comment.