We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b00b6a commit e3b4e0bCopy full SHA for e3b4e0b
src/utils/Uri.js
@@ -35,7 +35,7 @@ export default {
35
}
36
} else if (SINGLE_URI.test(contentUri)) {
37
const [provider, providerId] = SINGLE_URI.exec(contentUri);
38
- docId = decodeURIComponent(contentUri); //DecodUri
+ docId = decodeURIComponent(contentUri); //DecodeUri
39
docId = docId.replace(provider, ""); //replace single to tree
40
docId = path.normalize(docId); //normalize docid
41
0 commit comments