From 6695cd330372e221d7605e97ffbb35bb8ac93440 Mon Sep 17 00:00:00 2001 From: bentran1vn Date: Mon, 14 Oct 2024 14:33:48 +0700 Subject: [PATCH] Ignore Test Main --- .../Commands/MentorSkills/CreateMentorSkillsCommandHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MBS_COMMAND.Application/UserCases/Commands/MentorSkills/CreateMentorSkillsCommandHandler.cs b/MBS_COMMAND.Application/UserCases/Commands/MentorSkills/CreateMentorSkillsCommandHandler.cs index 891d9c5..c314b6e 100644 --- a/MBS_COMMAND.Application/UserCases/Commands/MentorSkills/CreateMentorSkillsCommandHandler.cs +++ b/MBS_COMMAND.Application/UserCases/Commands/MentorSkills/CreateMentorSkillsCommandHandler.cs @@ -69,7 +69,7 @@ await _mailService.SendMail(new MailContent() To = "tan182205@gmail.com" }); - await _mailService.SendMail(EmailExtensions.ForgotPasswordBody("randomNumber", $"USERNAME", "request.Email")); + // await _mailService.SendMail(EmailExtensions.ForgotPasswordBody("randomNumber", $"USERNAME", "request.Email")); return Result.Success("Adding Skill For Mentor Successfully !"); }