17337: Added unit tests and directory names with non trivial names
[arvados-workbench2.git] / src / common / url.ts
index 16dc6170a4d5f38d6fbc4324e133b7c8d68d4a8a..185737cac331d2a6a5eece01e8f99f293f76c230 100644 (file)
@@ -33,7 +33,3 @@ export const customDecodeURI = (path: string) => {
 
     return path;
 };
-
-export const encodeHash = (path: string) => {
-    return path.replace(/#/g, '%23');
-};
\ No newline at end of file