Skip to content

Commit

Permalink
Update src/code/UpdateModuleManifest.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Patwardhan <[email protected]>
  • Loading branch information
anamnavi and adityapatwardhan authored Jan 31, 2024
1 parent 6a59288 commit 190fbb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/code/UpdateModuleManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,9 @@ private void CreateModuleManifestHelper(Hashtable parsedMetadata, string resolve
// } # End of PSData hashtable
//
// } # End of PrivateData hashtable

Hashtable privateData = new Hashtable();

if (PrivateData != null && PrivateData.Count != 0)
{
privateData = PrivateData;
Expand Down

0 comments on commit 190fbb9

Please sign in to comment.