Skip to content

Commit

Permalink
fixed event type misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Nov 24, 2022
1 parent 01738b0 commit 3da8e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default class Report {
context.description = matched.description || "";
break;

case "path-neighbor":
case "path-neighbors":
context.extra = content.data[0].extra;
matched = content.data[0].matchedRule;
context.prefix = matched.prefix;
Expand Down

0 comments on commit 3da8e0e

Please sign in to comment.