From 31a1f85a7e7aa7925362ecc04092285c5a7b9572 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 3 Oct 2014 20:39:06 -0400 Subject: [PATCH] removed year from popular --- src/topics/popular.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {