Skip to content

Commit 7b750a9

Browse files
committed
Camelcase
1 parent 892e21d commit 7b750a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pusher.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ var validateSocketId = function(socketId) {
5353
function Pusher(options) {
5454
this.config = new PusherConfig(options);
5555
var notificationOptions = util.mergeObjects({}, options, {
56-
host: options.notification_host || "yolo.ngrok.io",
57-
encrypted: options.notification_encrypted
56+
host: options.notificationHost || "yolo.ngrok.io",
57+
encrypted: options.notificationEncrypted
5858
});
5959
this.notificationClient = new NotificationClient(notificationOptions);
6060
}

0 commit comments

Comments
 (0)