Skip to content

Commit

Permalink
add new stop
Browse files Browse the repository at this point in the history
  • Loading branch information
idprm committed Oct 11, 2024
1 parent c5a6563 commit e2df3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/domain/entity/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Transaction struct {
Subject string `gorm:"size:25" json:"subject,omitempty"`
IpAddress string `gorm:"size:30" json:"ip_address,omitempty"`
Payload string `gorm:"type:text" json:"payload,omitempty"`
gorm.Model `json:"-`
gorm.Model `json:"-"`
}

func (e *Transaction) GetId() int64 {
Expand Down

0 comments on commit e2df3df

Please sign in to comment.