Skip to content

Commit

Permalink
Make channel on Cursors public
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Aug 11, 2023
1 parent eb0c99c commit e51c24d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cursors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ export default class Cursors extends EventEmitter<CursorsEventMap> {
private readonly cursorBatching: CursorBatching;
private readonly cursorDispensing: CursorDispensing;
private readonly cursorHistory: CursorHistory;
private channel?: Types.RealtimeChannelPromise;
readonly options: CursorsOptions;

public channel?: Types.RealtimeChannelPromise;

constructor(private space: Space) {
super();

Expand Down

0 comments on commit e51c24d

Please sign in to comment.