From 8b9fa1be274470e3899e4f0dfc7a445229c79d31 Mon Sep 17 00:00:00 2001 From: Vova Stelmashchuk Date: Sun, 1 Sep 2024 19:19:57 +0000 Subject: [PATCH] test --- database/filetrs.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/database/filetrs.js b/database/filetrs.js index 25f2162..ba25a85 100644 --- a/database/filetrs.js +++ b/database/filetrs.js @@ -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, }