Merge branch 'master' into gdpr-change-email-bug

This commit is contained in:
Kim Gardner
2018-05-15 12:24:47 -04:00
committed by GitHub
+1 -1
View File
@@ -71,7 +71,7 @@ module.exports = {
permalink: asset.url,
comment_type: 'comment',
comment_content: input.body,
is_test: true,
is_test: false,
});
debug(`comment analyzed as ${spam ? 'being' : 'not being'} spam`);