@pioneer-platform/pioneer-events 8.1.44 → 8.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -4
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -175,12 +175,10 @@ var Events = /** @class */ (function () {
|
|
|
175
175
|
return __awaiter(this, void 0, void 0, function () {
|
|
176
176
|
var tag;
|
|
177
177
|
return __generator(this, function (_a) {
|
|
178
|
-
tag = TAG + " |
|
|
178
|
+
tag = TAG + " | send | ";
|
|
179
179
|
try {
|
|
180
180
|
//attempt join
|
|
181
|
-
this.socket.emit(
|
|
182
|
-
queryKey: config.queryKey
|
|
183
|
-
});
|
|
181
|
+
this.socket.emit(channel, event);
|
|
184
182
|
return [2 /*return*/, true];
|
|
185
183
|
}
|
|
186
184
|
catch (e) {
|