Skip to content
Snippets Groups Projects

Update: Use download action

Merged Benedikt Heinrichs requested to merge Issue/2897-streamsaver into dev
Files
5
+ 1
0
@@ -37,6 +37,7 @@ const configuration = new MapperConfiguration((cfg) => {
@@ -37,6 +37,7 @@ const configuration = new MapperConfiguration((cfg) => {
return { [version]: factory.dataset() as unknown as Dataset };
return { [version]: factory.dataset() as unknown as Dataset };
}), // Set outside of the mapper
}), // Set outside of the mapper
versions: (opt) => opt.mapFrom((_) => [version]),
versions: (opt) => opt.mapFrom((_) => [version]),
 
actions: (opt) => opt.mapFrom((dto) => dto.actions),
});
});
cfg.createMap(TreeDto2FolderInformation, {
cfg.createMap(TreeDto2FolderInformation, {
Loading