fix broken check
This commit is contained in:
parent
3c6129ba66
commit
14e617d45f
|
|
@ -68,7 +68,7 @@ module.exports = {
|
|||
|
||||
queue.postMessage(this.make('budget.result', this.result));
|
||||
|
||||
if (this.budgetOptions.removeWorking) {
|
||||
if (this.budgetOptions.removeWorkingResult) {
|
||||
for (const url of Object.keys(this.result.working)) {
|
||||
queue.postMessage(this.make('remove.url', {}, { url }));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue