tsk-9: Build fixes after package update

This commit is contained in:
phoenix
2025-12-31 18:35:20 -05:00
parent 0ec0b3dece
commit ae0df7ef0a
+2 -2
View File
@@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"time" "time"
"git.kundeng.us/phoenix/textsender-models/tx0/config" auxcfg "git.kundeng.us/phoenix/textsender-models/tx0/config/auxiliary"
"git.kundeng.us/phoenix/textsender-models/tx0/contact" "git.kundeng.us/phoenix/textsender-models/tx0/contact"
"git.kundeng.us/phoenix/textsender-models/tx0/message" "git.kundeng.us/phoenix/textsender-models/tx0/message"
"github.com/twilio/twilio-go" "github.com/twilio/twilio-go"
@@ -17,7 +17,7 @@ import (
const Schedule_Type = "fixed" const Schedule_Type = "fixed"
type MessageSender struct { type MessageSender struct {
Config *config.TwilioConfig Config *auxcfg.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) {