Skip to content

Commit

Permalink
Add implicit string conversion to $flattenedJson in Invoke-WPFImpex.p…
Browse files Browse the repository at this point in the history
…s1 (#2658)
  • Loading branch information
Cryostrixx authored Sep 2, 2024
1 parent af7528a commit 8b37420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/public/Invoke-WPFImpex.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function Invoke-WPFImpex {
}
}

$flattenedJson = [string]$flattenedJson
Invoke-WPFPresets -preset $flattenedJson -imported $true
}
}

0 comments on commit 8b37420

Please sign in to comment.