Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 15, 2025
1 parent 17e4a36 commit 4a533ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Extension/src/background/api/filters/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ export class FilterUpdateApi {
.map(({ filterId }) => filterId);

// if at least one filter (which was supposed to be updated fully) was updated,
// we should set the last full update time for MV2
// we consider that the full update was successful
// so the last full update time for MV2 should be set
if (
filterIdsSupposedToBeUpdatedFully.length > 0
&& updatedFilters.some(({ filterId }) => filterIdsSupposedToBeUpdatedFully.includes(filterId))
Expand Down

0 comments on commit 4a533ff

Please sign in to comment.