This commit is contained in:
syuilo
2021-03-21 22:26:45 +09:00
parent 82de8b7c50
commit 2f2a8e537d
2 changed files with 2 additions and 2 deletions

View File

@ -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>;
};