Skip to content

Commit

Permalink
add is active true
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Sep 3, 2024
1 parent c14497c commit de77a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/filetrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async function buildFutureCounter(inputFilters, filterKey) {
id: filterSlugToIdMap[filterValue],
query: '',
count: totalCount,
isActive: false,
isActive: true,
isAddToIndex: false,
};
}
Expand Down

0 comments on commit de77a88

Please sign in to comment.