fix saving primary channel

This commit is contained in:
Sacha Weatherstone
2022-12-11 19:24:14 +10:00
parent a972fbca41
commit 05f72ec24c

View File

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