@openfin/core
Advanced tools
Comparing version 27.70.16 to 27.70.17
{ | ||
"name": "@openfin/core", | ||
"version": "27.70.16", | ||
"version": "27.70.17", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./src/mock.js", |
@@ -52,5 +52,3 @@ "use strict"; | ||
this.removeListener('connected', listener); | ||
this.connect(channelName, opts).then((response) => { | ||
resolve(response); | ||
}); | ||
resolve(this.connect(channelName, opts)); | ||
} | ||
@@ -57,0 +55,0 @@ }; |
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
823855
18827