mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: remove unused types and code (#17999)
This commit is contained in:
parent
526c02297c
commit
1fde02ee1e
6 changed files with 13 additions and 73 deletions
|
|
@ -46,7 +46,7 @@ export class SearchController {
|
|||
@Get('explore')
|
||||
@Authenticated()
|
||||
getExploreData(@Auth() auth: AuthDto): Promise<SearchExploreResponseDto[]> {
|
||||
return this.service.getExploreData(auth) as Promise<SearchExploreResponseDto[]>;
|
||||
return this.service.getExploreData(auth);
|
||||
}
|
||||
|
||||
@Get('person')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue