getBackupProviderStatus -> getProviderStatus
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
exports = module.exports = {
|
||||
getBackupRootPath,
|
||||
getBackupProviderStatus,
|
||||
getProviderStatus,
|
||||
getAvailableSize,
|
||||
|
||||
upload,
|
||||
@@ -62,7 +62,7 @@ function getBackupRootPath(apiConfig) {
|
||||
}
|
||||
}
|
||||
|
||||
async function getBackupProviderStatus(apiConfig) {
|
||||
async function getProviderStatus(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
|
||||
// Check filesystem is mounted so we don't write into the actual folder on disk
|
||||
|
||||
Reference in New Issue
Block a user