Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Sep 1, 2024
1 parent 144434a commit 8b9fa1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions database/filetrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ async function getCocktailFilterState(filters, skip, limit, sortType) {
totalCount,
cocktails,
futureCounts: {
//0: tagsFuture,
//1: goodsFuture,
//2: toolsFuture,
//3: tasteFuture,
0: tagsFuture,
1: goodsFuture,
2: toolsFuture,
3: tasteFuture,
4: alcoholVolumeFuture,
//5: glasswareFuture,
5: glasswareFuture,
},
isAddToIndex: isAddToIndex,
}
Expand Down

0 comments on commit 8b9fa1b

Please sign in to comment.