bot-utilities
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -24,4 +24,4 @@ 'use strict'; | ||
}, function (err, response, body) { | ||
if (err || (body && body.errors && body.errors.length)) { | ||
return cb(err || (body && body.errors)); | ||
if (err || (body && body.error)) { | ||
return cb(err || (body && body.error)); | ||
} | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "bot-utilities", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Utilities for Twitter bots.", | ||
@@ -5,0 +5,0 @@ "main": "bot-utilities.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14839