diff --git a/server/homebrew.api.js b/server/homebrew.api.js index 7e3946466..0321bf919 100644 --- a/server/homebrew.api.js +++ b/server/homebrew.api.js @@ -588,7 +588,6 @@ const api = { ); } - // Remove the user from the authors array. brew.authors = _.pull(brew.authors, username); if(brew.authors.length === 0) {