Skip to content
Snippets Groups Projects
Commit 660881f2 authored by vkovtun's avatar vkovtun
Browse files

BIS-753: Fixing the example DSS client.

parent 4d9b84aa
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -80,7 +80,7 @@ function generateTable(files) { ...@@ -80,7 +80,7 @@ function generateTable(files) {
files = dfs(tree, map, '', []); files = dfs(tree, map, '', []);
files.forEach(file => { files.forEach(file => {
file.owner = owner; file.owner = owner;
file.path = file.path.slice(owner.length + 1); // file.path = file.path.slice(1);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment