Skip to content

Commit

Permalink
fix: custom tags added to model
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Jan 31, 2021
1 parent e675645 commit 2da4de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/a11y-sitechecker-result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface FullCheckerSingleResult {
id: string;
impact?: ImpactValue;
tags: TagValue[];
customTags: string[];
nodes: NodeResult[];
}
export interface NodeResult {
Expand Down

0 comments on commit 2da4de7

Please sign in to comment.