This commit is contained in:
syuilo 2023-11-02 15:50:20 +09:00
parent 29b06994a2
commit 441c0ca465
2 changed files with 29 additions and 3 deletions

View file

@ -149,7 +149,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
id: '',
createdAt: notification.createdAt,
noteId: prev.noteId!,
userIds: [],
userIds: [prev.notifierId!],
};
prevGroupedNotification = groupedNotifications.at(-1)!;
}