Skip to content

Commit

Permalink
Update AssetMigrationTracker.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
duggaraju committed Sep 10, 2024
1 parent c609e24 commit 32b0d54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions migrationTool/ams/AssetMigrationTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ public async Task<AssetMigrationResult> GetMigrationStatusAsync(BlobContainerCli

metadataList.TryGetValue(AssetTypeKey, out assetType);

metadataList.TryGetValue(ManifestNameKey, out manifestName);
if (!string.IsNullOrEmpty(manifestName))
if ( metadataList.TryGetValue(ManifestNameKey, out manifestName))
{
manifestName = Uri.UnescapeDataString(manifestName);
}
Expand Down

0 comments on commit 32b0d54

Please sign in to comment.