Sacha Weatherstone
4 years ago
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31
1 changed files with
1 additions and
1 deletions
-
src/validation/channelSettings.ts
|
|
|
@ -14,7 +14,7 @@ export class ChannelSettingsValidation |
|
|
|
@IsNumber() |
|
|
|
channelNum: number; |
|
|
|
|
|
|
|
@Length(1, 11) |
|
|
|
@Length(0, 11) |
|
|
|
name: string; |
|
|
|
|
|
|
|
@IsInt() |
|
|
|
|