Fix wrong property name of InsertJSON and DeleteJSON (#349)
parent
1525d2826c
commit
4d5835e9de
|
@ -50,7 +50,7 @@ export type InsertJSON = {
|
|||
| CommentRangeEndJSON
|
||||
)[];
|
||||
author: string;
|
||||
data: string;
|
||||
date: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -59,7 +59,7 @@ export type DeleteJSON = {
|
|||
data: {
|
||||
children: DeleteChildJSON[];
|
||||
author: string;
|
||||
data: string;
|
||||
date: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue