Add implicit string conversion to $flattenedJson in Invoke-WPFImpex.ps1 (#2658)

This commit is contained in:
Cryostrixx 2024-09-02 16:32:22 -07:00 committed by GitHub
parent af7528a60b
commit 8b37420eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,7 @@ function Invoke-WPFImpex {
}
}
$flattenedJson = [string]$flattenedJson
Invoke-WPFPresets -preset $flattenedJson -imported $true
}
}