Skip to content

Commit

Permalink
Fixed Copilot feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawank-MSFT committed Dec 30, 2024
1 parent 551bdc8 commit e54cd34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/bot-tag-mention/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ To create tags in Microsoft Teams, follow these steps:
1. Select Teams on the left side of the app and choose the team you want to create tags for.
2. Click the "More options" button (three dots) next to the team name and select "Manage tags".
3. Click "Create tag" and provide a name, description, and assign team members to the tag .
3. Click "Create tag" and provide a name, description, and assign team members to the tag.
1. **Show Welcome**
- **Result:** The bot will send the welcome card for you to interact with necessary commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task<ChatMessage> CreateChatMessageForChannel(TaskDetails taskDetai
.AddAsync(chatMessage);

// Return the created message
return createdMessage; //
return createdMessage;

}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class MainDialog extends LogoutDialog {
return userState;
}
catch (e) {
console.log("Error--" + e);
console.log(`Error fetching user state: ${e.message}`);
}
}
}
Expand Down

0 comments on commit e54cd34

Please sign in to comment.