Coding style.
This commit is contained in:
@@ -65,11 +65,11 @@ class BackupReportsXoPlugin {
|
||||
|
||||
forEach(status.calls, call => {
|
||||
// Ignore call if it's not a Backup a Snapshot or a Disaster Recovery.
|
||||
if (call.method !== 'vm.rollingBackup' &&
|
||||
call.method !== 'vm.rollingSnapshot' &&
|
||||
call.method !== 'vm.rollingDrCopy' &&
|
||||
call.method !== 'vm.deltaCopy' &&
|
||||
if (call.method !== 'vm.deltaCopy' &&
|
||||
call.method !== 'vm.rollingDeltaBackup') {
|
||||
call.method !== 'vm.rollingDrCopy' &&
|
||||
call.method !== 'vm.rollingSnapshot' &&
|
||||
call.method !== 'vm.rollingBackup')
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user