fix broken check

This commit is contained in:
soulgalore 2020-11-02 15:12:54 +01:00
parent 3c6129ba66
commit 14e617d45f
1 changed files with 1 additions and 1 deletions

View File

@ -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 }));
}