mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 05:32:15 +00:00
chore: fix typos and remove unused code
This commit is contained in:
@@ -153,7 +153,7 @@ export class DriveController {
|
||||
}
|
||||
|
||||
const getFileTree = () => {
|
||||
const tree = new ExecutionController().buildDirectorytree()
|
||||
const tree = new ExecutionController().buildDirectoryTree()
|
||||
return { status: 'success', tree }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user