mirror of
https://github.com/immich-app/immich.git
synced 2026-08-02 17:09:26 -07:00
fix: album update event emitting (#30120)
This commit is contained in:
@@ -216,7 +216,8 @@ describe(AssetService.name, () => {
|
||||
|
||||
expect(ctx.getMock(EventRepository).emit).toHaveBeenCalledWith('AlbumUpdate', {
|
||||
id: album.id,
|
||||
recipientId: user.id,
|
||||
userIds: [user.id],
|
||||
recipientIds: [user.id],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user