Skip to content

Commit

Permalink
Remove Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danamag authored Apr 8, 2023
1 parent d77bad0 commit e9231aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ getCached().then(cached => {
addonManifest = body
cached.lastReached[task.url] = Date.now()
} else if (cached.catalog.length) {
// this could backfire in the case of rare updates and
// the addon being unreachable due to some fluke
if (cached.lastReached[task.url] && Date.now() - cached.lastReached[task.url] > config['maximum-unreachable']) {
rip = true
} else {
Expand Down

0 comments on commit e9231aa

Please sign in to comment.