mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update broken link to cluster option
This commit is contained in:
parent
fe8fd49bf4
commit
0acfa50ae7
@ -21,7 +21,7 @@ module.exports = function (RED) {
|
||||
//create a subscription to the channel and event defined by user
|
||||
// var socket = new PusherClient(''+node.appkey, {cluster:node.cluster, encrypted:true});
|
||||
const pusher = new PusherClient('' + node.appkey, {
|
||||
cluster: APP_CLUSTER
|
||||
cluster: node.cluster
|
||||
});
|
||||
const channel = pusher.subscribe('' + node.channel);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user