Skip to content

Commit

Permalink
update: pa-website-validator v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
acattaneoacn committed Nov 16, 2022
1 parent 811e217 commit d3046ba
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 338 deletions.
9 changes: 9 additions & 0 deletions command/queueManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ dbQM
);
}

rescanEntityToBeAnalyzed = rescanEntityToBeAnalyzed.filter(
(elem) => !firstTimeEntityToBeAnalyzed.find(({ id }) => elem.id === id)
);

rescanEntityAsseveratedToBeAnalyzed =
rescanEntityAsseveratedToBeAnalyzed.filter(
(elem) => !firstTimeEntityToBeAnalyzed.find(({ id }) => elem.id === id)
);

if (
rescanEntityToBeAnalyzed.length > 0 ||
rescanEntityAsseveratedToBeAnalyzed.length > 0
Expand Down
Loading

0 comments on commit d3046ba

Please sign in to comment.