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:
phoenix
2025-12-22 22:30:41 +00:00
committed by phoenix
parent 1218921cc3
commit 5ba61caee3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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) {