0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-24 19:28:11 +00:00

Merge branch 'master' into add-remove-author-if-owner

This commit is contained in:
Trevor Buckner
2026-03-06 10:48:02 -05:00
committed by GitHub
24 changed files with 2681 additions and 2688 deletions

View File

@@ -478,7 +478,7 @@ const api = {
await HomebrewModel.deleteOne({ editId: id });
return next();
}
throw(err);
throw (err);
}
let brew = req.brew;