formatting code

This commit is contained in:
tai-cha 2025-02-09 07:55:32 +09:00
parent 85b8af4b98
commit d639f4bd4a
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const UserLiteMock = vi.fn(() => {
avatarBlurhash: null,
avatarDecorations: [],
emojis: {},
onlineStatus: 'online',
onlineStatus: 'online',
} as Misskey.entities.UserLite;
});