removed year from popular

v1.18.x
barisusakli 10 years ago
parent 3accfaebc9
commit 31a1f85a7e

@ -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) {

Loading…
Cancel
Save