Syntax bug fix (#8)
Reviewed-on: #8 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
const Schedule_Type = "fixed"
|
||||
|
||||
type MessageSender struct {
|
||||
Config *config.TwiloConfig
|
||||
Config *config.TwilioConfig
|
||||
}
|
||||
|
||||
func (m *MessageSender) Send(msg message.Message, number contact.Contact, sendTime *time.Time) (*types.TwilioResult, error) {
|
||||
|
||||
Reference in New Issue
Block a user