Set is_test to false

Akismet is no longer in test mode.
This commit is contained in:
Nat Welch
2018-05-15 11:55:02 -04:00
committed by GitHub
parent 2a2eabfae0
commit ef5e5ddbcf
+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`);