Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Dec 3, 2024
1 parent 65f116b commit 9d5b0a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -990,10 +990,10 @@ const (
)

type TicketMessage struct {
BroadcastType BroadcastType `gorm:"type:varchar(50)" json:"broadcastType"`
SourceSessionID string `gorm:"type:varchar(50)" json:"sourceSessionID"`
Message string `gorm:"type:text" json:"message"`
Action ActionType `gorm:"type:varchar(50)" json:"action"`
BroadcastType BroadcastType `json:"broadcastType"`
SourceSessionID string `json:"sourceSessionID"`
Message string `json:"message"`
Action ActionType `json:"action"`
TicketDetails Tickets `json:"ticketDetails"`
}

Expand Down

0 comments on commit 9d5b0a9

Please sign in to comment.