fix type errors in NoteCreateService unit tests
This commit is contained in:
parent
0e2e77e346
commit
b100249a34
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ describe('NoteCreateService', () => {
|
|||
replyUserHost: null,
|
||||
renoteUserId: null,
|
||||
renoteUserHost: null,
|
||||
processErrors: [],
|
||||
};
|
||||
|
||||
const poll: IPoll = {
|
||||
|
|
Loading…
Add table
Reference in a new issue