Skip to content

Commit

Permalink
fix: documentation of link flair templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrzeptowski committed Mar 9, 2024
1 parent 29257d1 commit d307909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/reddit/subreddit/controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export class SubredditControls extends BaseControls {

/**
* Get the list of flair templates for a subreddit.
* @param subreddit
* @param subreddit The name of the subreddit.
*
* @returns A promise that resolves to a list of flair templates.
*/
Expand Down
1 change: 1 addition & 0 deletions src/reddit/subreddit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type FileDetails = {
mediaId: string;
};

/** The type of subreddit flair. */
export interface SubredditFlair {
text: string;
cssClass: string;
Expand Down

0 comments on commit d307909

Please sign in to comment.