Skip to content

Commit

Permalink
renamed class
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh7019 committed Mar 14, 2024
1 parent c4f4786 commit b0551d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/m365/viva/commands/engage/engage-community-get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Options extends GlobalOptions {
id: string;
}

class VivaEngageCommunityGetCommand extends GraphCommand {
class EngageCommunityGetCommand extends GraphCommand {

Check failure on line 16 in src/m365/viva/commands/engage/engage-community-get.ts

View workflow job for this annotation

GitHub Actions / test (macos-latest, 20, 20)

'EngageCommunityGetCommand' is not a valid command class name. Expected 'VivaEngageCommUnitYGetCommand'

Check failure on line 16 in src/m365/viva/commands/engage/engage-community-get.ts

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 20, 20)

'EngageCommunityGetCommand' is not a valid command class name. Expected 'VivaEngageCommUnitYGetCommand'
public get name(): string {
return commands.ENGAGE_COMMUNITY_GET;
}
Expand Down Expand Up @@ -74,4 +74,4 @@ class VivaEngageCommunityGetCommand extends GraphCommand {
}
}

export default new VivaEngageCommunityGetCommand();
export default new EngageCommunityGetCommand();

0 comments on commit b0551d7

Please sign in to comment.