feat: fix linter

This commit is contained in:
Yang Luo
2024-03-26 23:24:53 +08:00
parent 94743246a1
commit d1f31dd327
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ func (c *ApiController) SendEmail() {
return
}
var userString = "Hi"
userString := "Hi"
if user != nil {
userString = user.GetFriendlyName()
}