Fixed syntax error
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
|||||||
const Schedule_Type = "fixed"
|
const Schedule_Type = "fixed"
|
||||||
|
|
||||||
type MessageSender struct {
|
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) {
|
func (m *MessageSender) Send(msg message.Message, number contact.Contact, sendTime *time.Time) (*types.TwilioResult, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user