fix: remove dupe code

This commit is contained in:
Barış Soner Uşaklı
2019-06-19 19:01:22 -04:00
parent 39ee3980d6
commit 68e5d7adec

View File

@@ -156,5 +156,3 @@ function getFromUserSet(template, req, res, callback) {
}, },
], callback); ], callback);
} }
module.exports = postsController;