mirror of
https://github.com/nikoksr/notify.git
synced 2025-02-15 13:33:26 +02:00
fix: fix comment typo on SendGrid struct
This commit is contained in:
parent
77f04b5078
commit
3c21a6eed8
@ -9,7 +9,7 @@ import (
|
||||
"github.com/sendgrid/sendgrid-go/helpers/mail"
|
||||
)
|
||||
|
||||
// SendGrid struct holds necessary data to communicate with the Slack API.
|
||||
// SendGrid struct holds necessary data to communicate with the SendGrid API.
|
||||
type SendGrid struct {
|
||||
client *sendgrid.Client
|
||||
senderAddress string
|
||||
|
Loading…
x
Reference in New Issue
Block a user