Skip to content

Commit

Permalink
Remove unnecessary !!
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 19, 2019
1 parent 82148b3 commit c119cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -681,7 +681,7 @@ async function hyperlink(
};

if (!shouldSkip(fragmentReport)) {
if (!!asset.ids && asset.ids.has(fragment.substr(1))) {
if (asset.ids && asset.ids.has(fragment.substr(1))) {
reportTest({
...fragmentReport,
ok: true,
Expand Down

0 comments on commit c119cc2

Please sign in to comment.