Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
  • Loading branch information
suneettipirneni and Jiralite committed Feb 9, 2022
1 parent ffbceeb commit 2eec581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/builders/src/components/Component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export abstract class Component<
> implements JSONEncodable<APIMessageComponent>
{
/**
* The api data associated with this component
* The API data associated with this component
*/
protected data: DataType;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class UnsafeSelectMenuComponent extends Component<Omit<APISelectMenuCompo
}

/**
* The custom ID of this select menu
* The custom id of this select menu
*/
public get customId() {
return this.data.custom_id;
Expand Down

0 comments on commit 2eec581

Please sign in to comment.