refactor
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user