1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-27 07:14:39 +02:00

refactor and fix

This commit is contained in:
syuilo
2025-08-26 19:06:15 +09:00
parent b9dbd58a1c
commit ac7c60d102
3 changed files with 9 additions and 7 deletions

View File

@@ -1031,7 +1031,6 @@ function testNotification(): void {
const notification: Misskey.entities.Notification = {
id: genId(),
createdAt: new Date().toUTCString(),
isRead: false,
type: 'test',
};