0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

fix merge

This commit is contained in:
martabal 2023-12-10 14:59:12 +01:00
parent e5428a3b38
commit d53a2661f6
No known key found for this signature in database
GPG key ID: C00196E3148A52BD

View file

@ -50,7 +50,7 @@ export class PersonController {
}
@Delete()
unassignFaces(@AuthUser() authUser: AuthUserDto, @Body() dto: AssetFaceUpdateDto): Promise<BulkIdResponseDto[]> {
unassignFaces(@Auth() authUser: AuthDto, @Body() dto: AssetFaceUpdateDto): Promise<BulkIdResponseDto[]> {
return this.service.unassignFaces(authUser, dto);
}