Skip to content

Commit

Permalink
fix: remove command description
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc committed Aug 13, 2024
1 parent d74d7a8 commit 2a36ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/org/api/rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const messages = Messages.loadMessages('@salesforce/plugin-org', 'rest');

export class Rest extends SfCommand<void> {
public static readonly summary = messages.getMessage('summary');
public static readonly description = messages.getMessage('description');
public static readonly examples = messages.getMessages('examples');
public static readonly hidden = true;
public static enableJsonFlag = false;
Expand Down

0 comments on commit 2a36ce1

Please sign in to comment.