diff --git a/server/vault.api.js b/server/vault.api.js index b7db12699..fbfa95de4 100644 --- a/server/vault.api.js +++ b/server/vault.api.js @@ -59,7 +59,6 @@ const findBrews = async (req, res) => { text: 0, textBin: 0, version: 0, - thumbnail: 0, }; await HomebrewModel.find(combinedQuery, projection)