Compare commits

..
Author SHA1 Message Date
phoenix e124bcfda8 Changed name of struct 2025-11-09 12:43:41 -05:00
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/google/uuid"
)
type ScheduledEvent struct {
type ScheduledMessageEvent struct {
Id uuid.UUID `json:"id"`
RecipientId uuid.UUID `json:"recipient_id"`
MessageId uuid.UUID `json:"message_id"`