doc: disks api

This commit is contained in:
Girish Ramakrishnan
2017-04-07 12:45:33 -07:00
parent 558acf27a3
commit 4d737d535a
2 changed files with 14 additions and 1 deletions

View File

@@ -387,7 +387,6 @@ function getDisks(callback) {
appsDataDisk: null
};
// TODO check if this actually is correct with the symlinks!
df.file(paths.BOX_DATA_DIR).then(function (result) {
disks.boxDataDisk = result.filesystem;