aboutsummaryrefslogtreecommitdiff
path: root/internal/email/email.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/email/email.go')
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/email/email.go b/internal/email/email.go
index 917e6665..81b772ea 100644
--- a/internal/email/email.go
+++ b/internal/email/email.go
@@ -102,7 +102,7 @@ type Issue interface {
HTMLURL() string
}
-func SendUserMail(c *macaron.Context, u User, tpl, code, subject, info string) {
+func SendUserMail(_ *macaron.Context, u User, tpl, code, subject, info string) {
data := map[string]interface{}{
"Username": u.DisplayName(),
"ActiveCodeLives": conf.Auth.ActivateCodeLives / 60,