Skip to content

Commit

Permalink
style: Fixed conn.main_ready event
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Aug 24, 2024
1 parent af5b398 commit 3a25572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conn/events/registerMainReadyEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function register() {
if (Stream.mode === 'MAIN') {
trigger();
} else {
Cmd.on('main_stream_mode_ready', () => trigger);
Cmd.on('main_stream_mode_ready', trigger);
Cmd.on('main_stream_mode_ready_legacy', trigger);
}
}

0 comments on commit 3a25572

Please sign in to comment.