mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 15:02:32 -04:00
refactor!: migrate class-validator to zod (#26597)
This commit is contained in:
@@ -21,7 +21,7 @@ void main() {
|
||||
""");
|
||||
|
||||
upgradeDto(value, targetType);
|
||||
expect(value['tags'], TagsResponse().toJson());
|
||||
expect(value['tags'], TagsResponse(enabled: false, sidebarWeb: false).toJson());
|
||||
expect(value['download']['includeEmbeddedVideos'], false);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user