mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
rename to updateUser in album service
This commit is contained in:
@@ -105,6 +105,6 @@ export class AlbumController {
|
||||
@Param('userId', new ParseMeUUIDPipe({ version: '4' })) userId: string,
|
||||
@Body() dto: UpdateAlbumUserDto,
|
||||
): Promise<void> {
|
||||
return this.service.updateAlbumUser(auth, id, userId, dto);
|
||||
return this.service.updateUser(auth, id, userId, dto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user