vk-fast-longpoll
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -383,7 +383,12 @@ 'use strict'; | ||
execute(code, callback) | ||
execute(code, token, callback) | ||
{ | ||
if(!callback) | ||
{ | ||
callback = token; | ||
token = object.config.token; | ||
} | ||
let postData = querystring.stringify({ | ||
code: code, | ||
access_token: object.config.token, | ||
access_token: token, | ||
v: 5.62 | ||
@@ -390,0 +395,0 @@ }); |
@@ -78,3 +78,3 @@ { | ||
}, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
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
17423
445