added note

This commit is contained in:
Wyatt Johnson
2018-02-06 09:58:02 -07:00
parent bf98050d33
commit db322d192f
+3
View File
@@ -9,6 +9,9 @@ const client = akismet.client({
});
let enabled = true;
// TODO: when using a developer key, this is possible, the plus plan does not
// allow us to check the key.
// let enabled = false;
// client.verifyKey((err, valid) => {
// if (err) {