diff --git a/src/topics/popular.js b/src/topics/popular.js index 017153de69..c21146c8c7 100644 --- a/src/topics/popular.js +++ b/src/topics/popular.js @@ -10,8 +10,7 @@ module.exports = function(Topics) { var terms = { daily: 'day', weekly: 'week', - monthly: 'month', - yearly: 'year' + monthly: 'month' }; Topics.getPopular = function(term, uid, count, callback) {