Skip to content

Commit

Permalink
REVIEW FEEDBACK!
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Fromme <[email protected]>
  • Loading branch information
nikku and philippfromme authored Jan 30, 2024
1 parent d1df4c8 commit a27c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/link-event.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function() {
continue;

Check warning on line 44 in rules/link-event.js

View check run for this annotation

Codecov / codecov/patch

rules/link-event.js#L44

Added line #L44 was not covered by tests
}

// missing catch event
// missing catch or throw event
if (events.length === 1) {
const event = events[0];

Expand Down

0 comments on commit a27c09c

Please sign in to comment.