getBackupProviderStatus -> getProviderStatus
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
exports = module.exports = {
|
||||
getBackupRootPath,
|
||||
getBackupProviderStatus,
|
||||
getProviderStatus,
|
||||
getAvailableSize,
|
||||
|
||||
upload,
|
||||
@@ -72,7 +72,7 @@ function getBackupRootPath(apiConfig) {
|
||||
return apiConfig.prefix;
|
||||
}
|
||||
|
||||
async function getBackupProviderStatus(apiConfig) {
|
||||
async function getProviderStatus(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
|
||||
return { state: 'active' };
|
||||
|
||||
Reference in New Issue
Block a user