fix lint
This commit is contained in:
parent
ebba83f0e6
commit
986e7edc1d
|
@ -133,6 +133,7 @@ function generateDummyNote(override?: Partial<MiNote>): MiNote {
|
|||
replyUserHost: null,
|
||||
renoteUserId: null,
|
||||
renoteUserHost: null,
|
||||
renoteChannelId: null,
|
||||
...override,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue