Code formatting

This commit is contained in:
phoenix
2025-11-29 16:20:01 -05:00
parent 6863af47c3
commit 64c610597a
+4 -4
View File
@@ -7,9 +7,9 @@ import (
)
type MessageEventResponse struct {
Id uuid.UUID `json:"id,omitempty"`
Id uuid.UUID `json:"id,omitempty"`
ScheduledMessageEventId uuid.UUID `json:"scheduled_message_event_id,omitempty"`
Response []byte `json:"response"`
UserId uuid.UUID `json:"user_id,omitempty"`
Sent time.Time `json:"sent"`
Response []byte `json:"response"`
UserId uuid.UUID `json:"user_id,omitempty"`
Sent time.Time `json:"sent"`
}