chore: fix typos and remove unused code

This commit is contained in:
Yury Shkoda
2022-02-10 09:07:14 +03:00
parent bf5767eadf
commit f2000a1227
5 changed files with 37 additions and 1535 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export class DriveController {
}
const getFileTree = () => {
const tree = new ExecutionController().buildDirectorytree()
const tree = new ExecutionController().buildDirectoryTree()
return { status: 'success', tree }
}