wip: モデルの修正
This commit is contained in:
parent
b2cb18e164
commit
ad15ef4ecf
|
@ -25,7 +25,7 @@ export const packedNoteHistorySchema = {
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: false, nullable: true,
|
optional: true, nullable: true,
|
||||||
},
|
},
|
||||||
cw: {
|
cw: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|
Loading…
Reference in New Issue