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

View File

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