fix
This commit is contained in:
parent
07a97440fc
commit
d200424c67
|
@ -162,18 +162,6 @@ export const packedNotificationSchema = {
|
||||||
ref: 'Note',
|
ref: 'Note',
|
||||||
optional: true as const, nullable: true as const,
|
optional: true as const, nullable: true as const,
|
||||||
},
|
},
|
||||||
reaction: {
|
|
||||||
type: 'string' as const,
|
|
||||||
optional: true as const, nullable: true as const,
|
|
||||||
},
|
|
||||||
choice: {
|
|
||||||
type: 'number' as const,
|
|
||||||
optional: true as const, nullable: true as const,
|
|
||||||
},
|
|
||||||
invitation: {
|
|
||||||
type: 'object' as const,
|
|
||||||
optional: true as const, nullable: true as const,
|
|
||||||
},
|
|
||||||
body: {
|
body: {
|
||||||
type: 'string' as const,
|
type: 'string' as const,
|
||||||
optional: true as const, nullable: true as const,
|
optional: true as const, nullable: true as const,
|
||||||
|
|
Loading…
Reference in New Issue