Cleaning up tests after merge.

This commit is contained in:
David Jay
2016-11-29 16:37:39 -05:00
parent 9499e53021
commit b7ffd31ea4
3 changed files with 78 additions and 77 deletions
+1
View File
@@ -42,6 +42,7 @@ SettingSchema.statics.getSettings = function () {
* @return {Promise} moderation the settings for how to moderate comments
*/
SettingSchema.statics.getModerationSetting = function () {
console.log('Getting moderation setting');
return this.findOne({id: '1'}).select('moderation');
};