1
0

fix type errors caused by new User, Note, and Instance fields

This commit is contained in:
Hazelnoot
2025-05-25 12:17:11 -04:00
parent 7385f30903
commit 788e59f046
4 changed files with 13 additions and 0 deletions
@@ -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: [],
};