mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
Implemented load new image when navigating back from backup page (#9)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IsNotEmpty } from 'class-validator';
|
||||
|
||||
class GetAssetDto {
|
||||
export class GetAssetDto {
|
||||
@IsNotEmpty()
|
||||
deviceId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user