remount does not need a backend hook
This commit is contained in:
@@ -15,8 +15,6 @@ exports = module.exports = {
|
||||
remove,
|
||||
removeDir,
|
||||
|
||||
remount,
|
||||
|
||||
testConfig,
|
||||
removePrivateFields,
|
||||
injectPrivateFields,
|
||||
@@ -238,10 +236,6 @@ async function removeDir(apiConfig, pathPrefix, progressCallback) {
|
||||
progressCallback({ progress: `Deleted ${total} files` });
|
||||
}
|
||||
|
||||
async function remount(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
}
|
||||
|
||||
async function testConfig(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user