Skip to content

Commit 1f306d3

Browse files
committed
Removed unused array variable
1 parent 513a5b7 commit 1f306d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/New-PSDCImage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449

450450
try {
451451
Write-PSFMessage -Message "Saving image information in database" -Level Verbose
452-
$result = @()
452+
453453
$result += Invoke-DbaSqlQuery -SqlInstance $pdcSqlInstance -Database $pdcDatabase -Query $query -EnableException
454454
}
455455
catch {

0 commit comments

Comments
 (0)