Skip to content

Commit

Permalink
fix: remove styledheader
Browse files Browse the repository at this point in the history
  • Loading branch information
soridalac committed Oct 31, 2024
1 parent e3ce783 commit d69bed8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/org/delete/shape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class OrgShapeDeleteCommand extends SfCommand<OrgShapeDeleteResult | unde

this.logSuccess(messages.getMessage('humanSuccess', [orgId]));
this.log('');
this.styledHeader('Failures');
this.table({
data: deleteRes.failures,
columns: [
Expand Down

0 comments on commit d69bed8

Please sign in to comment.