Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed May 10, 2024
1 parent a24d9d1 commit 03bec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/channel_points/channel_points.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ async function patcher(id, pl) {
function eventsub() {
let socket_space = new initSocket(true);
socket_space.on('connected', (id) => {
log(`Connected to WebSocket with ${id}`);
message(`Connected to WebSocket with ${id}`);
requestHooks(id, user_id);
});
socket_space.on('session_keepalive', () => {
Expand Down

0 comments on commit 03bec32

Please sign in to comment.