mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
refactor: search e2e (#7732)
This commit is contained in:
@@ -123,7 +123,7 @@ class BaseSearchDto {
|
||||
@ValidateBoolean({ optional: true })
|
||||
isNotInAlbum?: boolean;
|
||||
|
||||
@Optional()
|
||||
@ValidateUUID({ each: true, optional: true })
|
||||
personIds?: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user