mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +01:00
fix
This commit is contained in:
parent
07a97440fc
commit
d200424c67
1 changed files with 0 additions and 12 deletions
|
@ -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 a new issue