Skip to content

Commit 439d222

Browse files
committed
hdong: clean up code.
1 parent 624b84d commit 439d222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/BotSharp.Abstraction/Users/IUserService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ public interface IUserService
1515
Task<bool> SendVerificationCodeResetPassword(User user);
1616
Task<bool> ResetUserPassword(User user);
1717
Task<bool> ModifyUserEmail(string email);
18-
Task<bool> ModifyUserPhone(string email);
18+
Task<bool> ModifyUserPhone(string phone);
1919
}

0 commit comments

Comments
 (0)