Skip to content

Commit

Permalink
change max recomendation
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Sep 28, 2024
1 parent 8c7e426 commit cad8df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/cocktail/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Database = require('../../database/newclient');
const { getCocktailBySlug } = require("../../database/cocktail");

async function getRecommendations(cocktail) {
const maxRecommendations = 20;
const maxRecommendations = 12;
const classCocktailSlugs = [
cocktail.matchesV2.class1 || [],
cocktail.matchesV2.class2 || [],
Expand Down

0 comments on commit cad8df2

Please sign in to comment.