Merge pull request #1622 from icco/patch-1

Set Akismet is_test to false
This commit is contained in:
Kim Gardner
2018-05-15 12:24:23 -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`);