fix type errors caused by new User, Note, and Instance fields
This commit is contained in:
@@ -57,10 +57,13 @@ describe('NoteCreateService', () => {
|
||||
channelId: null,
|
||||
channel: null,
|
||||
userHost: null,
|
||||
userInstance: null,
|
||||
replyUserId: null,
|
||||
replyUserHost: null,
|
||||
replyUserInstance: null,
|
||||
renoteUserId: null,
|
||||
renoteUserHost: null,
|
||||
renoteUserInstance: null,
|
||||
processErrors: [],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user