Skip to content

Commit

Permalink
lint: fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Oct 25, 2024
1 parent d174779 commit 2a6759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/store/CallState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export class CallState {
'call.hls_broadcasting_stopped': this.updateFromHLSBroadcastStopped,
'call.live_started': (e) => this.updateFromCallResponse(e.call),
// TODO: uncomment this when it is added on the backend side
// 'call.live_ended': (e) => this.updateFromCallResponse(e.call),
// 'call.live_ended': (e) => this.updateFromCallResponse(e.call),
'call.member_added': this.updateFromMemberAdded,
'call.member_removed': this.updateFromMemberRemoved,
'call.member_updated_permission': this.updateMembers,
Expand Down

0 comments on commit 2a6759b

Please sign in to comment.