From 2f2a8e537d03cea8d43b1fa84b8f1a48934f5d63 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 21 Mar 2021 22:26:45 +0900 Subject: fix bug --- src/models/repositories/notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models') diff --git a/src/models/repositories/notification.ts b/src/models/repositories/notification.ts index 1027155873..986ddb1d42 100644 --- a/src/models/repositories/notification.ts +++ b/src/models/repositories/notification.ts @@ -16,7 +16,7 @@ export class NotificationRepository extends Repository { public async pack( src: Notification['id'] | Notification, options: { - _hintForEachNotes_: { + _hintForEachNotes_?: { emojis: Emoji[] | null; myReactions: Map; }; -- cgit v1.2.3-freya