mirror of
https://github.com/immich-app/immich.git
synced 2025-02-18 01:24:26 -05:00
fix merge
This commit is contained in:
parent
e5428a3b38
commit
d53a2661f6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export class PersonController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Delete()
|
@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);
|
return this.service.unassignFaces(authUser, dto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue