Skip to content

Commit

Permalink
Fix for codeql alert #1
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Jan 21, 2024
1 parent 09c3e98 commit 87ab1b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/Private/Get-AbrVbrStorageInfraSummary.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function Get-AbrVbrStorageInfraSummary {
$OutObj = @()
try {
$OntapHosts = Get-NetAppHost
$OntapVols = Get-NetAppVolume
$IsilonHosts = Get-VBRIsilonHost
$IsilonVols = Get-VBRIsilonVolume
$inObj = [ordered] @{
Expand Down Expand Up @@ -78,4 +77,4 @@ function Get-AbrVbrStorageInfraSummary {
}
end {}

}
}

0 comments on commit 87ab1b6

Please sign in to comment.