first-only

This commit is contained in:
Untone 2024-01-05 14:00:39 +03:00
parent 896e890421
commit ee454aeabe

View File

@ -85,5 +85,5 @@ func SendMailgun(to []string, event string, data map[string]interface{}) error {
// TODO: language selection logic here
return mailgun_send(to, data, subject, template)
return mailgun_send(to[0], data, subject, template)
}