Comparing version 0.0.1 to 0.0.2
@@ -28,3 +28,7 @@ // this is to be converted into an npm module | ||
} | ||
request(options) | ||
request(options, function(error, result){ | ||
if (error){ | ||
console.log("error", error) | ||
} | ||
}) | ||
next(); | ||
@@ -60,3 +64,7 @@ }, | ||
} | ||
request(options) | ||
request(options, function(error, result){ | ||
if (error){ | ||
console.log("error", error) | ||
} | ||
}) | ||
next(); | ||
@@ -63,0 +71,0 @@ } |
{ | ||
"name": "botstats", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Middleware for botframework", | ||
@@ -5,0 +5,0 @@ "main": "botstats.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
3287
64