Skip to content

Commit

Permalink
Export ReviewList command and fix its naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
versecafe authored and ADKaster committed Jul 10, 2024
1 parent b9ad52e commit 54100a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/githubCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class GithubCommand extends Command {
}
}

export class ReviewList extends Command {
export class ReviewListCommand extends Command {
override data() {
const aliases = ["reviewlist", "prlist"];

Expand Down
2 changes: 1 addition & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

export { EmojiCommand } from "./emojiCommand";
export { GithubCommand } from "./githubCommand";
export { GithubCommand, ReviewListCommand } from "./githubCommand";
export { PlanCommand } from "./planCommand";
export { QuickLinksCommand } from "./quickLinksCommand";
export { TestCommand } from "./testCommand";
Expand Down

0 comments on commit 54100a7

Please sign in to comment.