Skip to content

Commit 4e10e3e

Browse files
committed
Fixed compile issues in presence get and presence subscribe
1 parent cab6161 commit 4e10e3e

5 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/commands/channels/presence/update.ts

Whitespace-only changes.

src/commands/rooms/presence/enter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export default class RoomsPresenceEnter extends ChatBaseCommand {
6767

6868
this.validateRoomName(args, flags);
6969

70-
this.commandFlags = flags;
7170
this.roomName = args.room;
7271

7372
if (flags.data) {

src/commands/rooms/presence/subscribe.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export default class RoomsPresenceSubscribe extends ChatBaseCommand {
4747

4848
this.validateRoomName(args, flags);
4949

50-
this.commandFlags = flags;
5150
this.roomName = args.room;
5251

5352
try {

src/commands/spaces/locations/get-all.ts

Whitespace-only changes.

src/commands/spaces/locks/get-all.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)