0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

bring back thumbnails!

This commit is contained in:
Víctor Losada Hernández
2024-09-03 23:17:33 +02:00
parent 1e36e63ed6
commit 849da23829

View File

@@ -59,7 +59,6 @@ const findBrews = async (req, res) => {
text: 0,
textBin: 0,
version: 0,
thumbnail: 0,
};
await HomebrewModel.find(combinedQuery, projection)