This commit is contained in:
syuilo
2021-03-19 18:22:14 +09:00
parent d381d31e5e
commit fbc9d5ecba
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export class NotificationRepository extends Repository<Notification> {
}
public packMany(
notifications: any[],
notifications: Notification[],
) {
return Promise.all(notifications.map(x => this.pack(x)));
}