Skip to content

Commit 7309f05

Browse files
author
Aidan Zimmermann
committed
STREAM-1034: fix comment
1 parent 4cd7b07 commit 7309f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sessions/live-monitoring-session-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class LiveMonitoringSessionHandler extends BaseSessionHandler {
2929
return this.proceedWithSession(pendingSession);
3030
}
3131

32-
// Auto-accept if current user is the observer (fromUserId matches current user)
32+
// Auto-accept if current user is the target (fromUserId matches current user)
3333
if (pendingSession.fromUserId === this.sdk._personDetails?.id) {
3434
this._liveMonitoringObserver = false;
3535
return this.proceedWithSession(pendingSession);

0 commit comments

Comments
 (0)