fix type errors in is-renote unit tests

This commit is contained in:
Hazelnoot 2025-02-15 23:23:26 -05:00
parent b100249a34
commit 784290186f

View file

@ -44,6 +44,7 @@ const base: MiNote = {
replyUserHost: null,
renoteUserId: null,
renoteUserHost: null,
processErrors: [],
};
describe('misc:is-renote', () => {