Skip to content

Commit

Permalink
fix: correct output
Browse files Browse the repository at this point in the history
@W-11625322@
  • Loading branch information
peternhale committed Sep 6, 2022
1 parent b1950a6 commit 40662fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/force/package/beta/version/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ export class PackageVersionReportCommand extends SfdxCommand {
// set HasMetadataRemoved to N/A for Unlocked, and No when value is false or absent (pre-230)
record.HasMetadataRemoved = results.PackageType !== 'Managed' ? 'N/A' : results.HasMetadataRemoved ? 'Yes' : 'No';

record.Description ??= ' ';
record.Branch ??= ' ';
record.Tag ??= ' ';
record.ConvertedFromVersionId ??= ' ';

// for backward compatibility, remove PackageType from the record
Expand Down

0 comments on commit 40662fc

Please sign in to comment.