Skip to content

Commit

Permalink
failed: on new FireFox
Browse files Browse the repository at this point in the history
- should fix #15
  • Loading branch information
serv-inc committed Feb 5, 2022
1 parent 163cea5 commit e5539e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function isValid(urlString) {
return typeof urlString === "string" && URL_RE.test(urlString);
}

// td: this is non-testable due to i, score, ... above, maybe refactor
// TODO: this is hard to test due to i, score, ... above, maybe refactor
function scan(
pageText,
sender,
Expand Down

0 comments on commit e5539e5

Please sign in to comment.