simple-helix-api
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -51,3 +51,3 @@ "use strict"; | ||
this.transport.session_id = data.payload.session.id; | ||
this.transport.connected_at = data.payload.connected_at; | ||
this.transport.connected_at = data.payload.session.connected_at; | ||
this.events.emit(this.WebsocketEvents.CONNECTED); | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "simple-helix-api", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "The Simple Helix API allows developers to easily develop applications for Twitch", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
109629