Skip to content

Commit

Permalink
remove eslint-plugin-only-warn
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Nov 13, 2024
1 parent a594ca9 commit 700d87b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder/src/skills/cloudSkillHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class CloudSkillHandler extends CloudChannelServiceHandler {

/**
*
*UpdateActivity() API for Skill.
* UpdateActivity() API for Skill.
*
* @remarks
* Edit an existing activity.
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder/src/skills/skillHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class SkillHandler extends ChannelServiceHandler {

/**
*
*UpdateActivity() API for Skill.
* UpdateActivity() API for Skill.
*
* @remarks
* Edit an existing activity.
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder/src/teamsActivityHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,9 @@ export class TeamsActivityHandler extends ActivityHandler {

/**
*
*Invoked when a Channel Restored event activity is received from the connector.
*Channel Restored corresponds to the user restoring a previously deleted channel.
*Override this in a derived class to provide logic for when a channel is restored.
* Invoked when a Channel Restored event activity is received from the connector.
* Channel Restored corresponds to the user restoring a previously deleted channel.
* Override this in a derived class to provide logic for when a channel is restored.
*
* @param context The context for this turn.
* @returns A promise that represents the work queued.
Expand Down

0 comments on commit 700d87b

Please sign in to comment.