fix(backend): fix backward compatibility of antenna
This commit is contained in:
parent
be11fd7508
commit
5b8f8e7087
2 changed files with 6 additions and 0 deletions
|
|
@ -95,5 +95,10 @@ export const packedAntennaSchema = {
|
|||
optional: false, nullable: false,
|
||||
default: false,
|
||||
},
|
||||
notify: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue