summaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/models')
-rw-r--r--src/models/repositories/notification.ts2
1 files changed, 1 insertions, 1 deletions
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<Notification> {
public async pack(
src: Notification['id'] | Notification,
options: {
- _hintForEachNotes_: {
+ _hintForEachNotes_?: {
emojis: Emoji[] | null;
myReactions: Map<Note['id'], NoteReaction | null>;
};