Skip to content

Commit

Permalink
Update commonFunctions.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
v-amolpatil committed Oct 4, 2023
1 parent bec829b commit dcb6e81
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ function PrepareSolutionMetadata($solutionMetadataRawContent, $contentResourceDe
$data = $rawData
# Serialize workbook data
$serializedData = $data | ConvertFrom-Json -Depth $jsonConversionDepth
#$serializedData = $data | ConvertFrom-Json -Depth $jsonConversionDepth
# Remove empty braces
$serializedData = $(removePropertiesRecursively $serializedData $true) | ConvertTo-Json -Compress -Depth $jsonConversionDepth | Out-String
}
Expand Down

0 comments on commit dcb6e81

Please sign in to comment.