Comparing version 0.1.0 to 0.1.1
@@ -16,3 +16,3 @@ | ||
const get_params = "token=" + token + "&event_id=" + event_id | ||
return WsAction.connect(ServerInfo.API_SERVER +get_params, callback, errorHandler) | ||
return WsAction.connect(ServerInfo.WS_SERVER +get_params, callback, errorHandler) | ||
@@ -19,0 +19,0 @@ }, |
{ | ||
"name": "lymyt-sdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
21140