Skip to content

Commit

Permalink
Updatedd link-in-text-block-evaluate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooja0504 authored May 4, 2024
1 parent 3142035 commit 2d2bf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/color/link-in-text-block-evaluate.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function isBlock(elm) {
}

function linkInTextBlockEvaluate(node) {
var options = arguments.length > 1 && !arguments[1] ? arguments[1] : {};
var options = arguments.length > 1 && arguments[1] ? arguments[1] : {};
if (isBlock(node)) {
return false;
}
Expand Down

0 comments on commit 2d2bf98

Please sign in to comment.