Browse Source

fix saving primary channel

pull/66/head
Sacha Weatherstone 4 years ago
parent
commit
05f72ec24c
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/validation/channelSettings.ts

2
src/validation/channelSettings.ts

@ -14,7 +14,7 @@ export class ChannelSettingsValidation
@IsNumber()
channelNum: number;
@Length(1, 11)
@Length(0, 11)
name: string;
@IsInt()

Loading…
Cancel
Save