We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f90da commit b7a15b9Copy full SHA for b7a15b9
src/index.js
@@ -321,7 +321,7 @@ function deriveContexts(event, data) {
321
element["@websocket.context"] ||
322
element["@ws.context"] ||
323
element["@websocket.broadcast.context"] ||
324
- element["@ws.broadcast.context"];
+ element["@ws.broadcast.context"];
325
if (context) {
326
isContextEvent = true;
327
if (data[name] !== undefined && data[name] !== null) {
0 commit comments