mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
-open-api
-cleanup
This commit is contained in:
@@ -32,7 +32,6 @@ export class AlbumController {
|
||||
@Authenticated({ permission: Permission.ALBUM_READ })
|
||||
getAllAlbumsSlim(@Auth() auth: AuthDto, @Query() query: GetAlbumsDto): Promise<AlbumResponseDto[]> {
|
||||
return this.service.getAll(auth, query, true);
|
||||
//asdf
|
||||
}
|
||||
|
||||
@Post()
|
||||
|
||||
Reference in New Issue
Block a user