Browse Source

oh it was already there. removed duplicate.

pull/115/head
rcarteraz 3 years ago
parent
commit
c214092d10
  1. 2
      src/validation/moduleConfig/cannedMessage.ts

2
src/validation/moduleConfig/cannedMessage.ts

@ -9,8 +9,6 @@ export class CannedMessageValidation
keyof Protobuf.native.Message keyof Protobuf.native.Message
> >
{ {
@IsBoolean()
enabled: boolean;
@IsBoolean() @IsBoolean()
rotary1Enabled: boolean; rotary1Enabled: boolean;

Loading…
Cancel
Save