Skip to content

Commit

Permalink
Merge pull request #71 from pdxlocations/fix-primary-channel-01
Browse files Browse the repository at this point in the history
Fix DMs in web client
  • Loading branch information
thebentern authored Sep 7, 2023
2 parents fb5c543 + a5a6c31 commit a766c48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ export interface LogEvent {
}

export enum ChannelNumber {
PRIMARY = 1,
CHANNEL1 = 2,
CHANNEL2 = 3,
CHANNEL3 = 4,
CHANNEL4 = 5,
CHANNEL5 = 6,
CHANNEL6 = 7,
ADMIN = 8,
PRIMARY = 0,
CHANNEL1 = 1,
CHANNEL2 = 2,
CHANNEL3 = 3,
CHANNEL4 = 4,
CHANNEL5 = 5,
CHANNEL6 = 6,
ADMIN = 7,
}

export type ConnectionType =
Expand Down

0 comments on commit a766c48

Please sign in to comment.