mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
fix type errors in is-renote unit tests
This commit is contained in:
parent
b100249a34
commit
784290186f
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ const base: MiNote = {
|
|||
replyUserHost: null,
|
||||
renoteUserId: null,
|
||||
renoteUserHost: null,
|
||||
processErrors: [],
|
||||
};
|
||||
|
||||
describe('misc:is-renote', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue