Skip to content

Commit

Permalink
feat: try fiks
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaguePrime committed Sep 28, 2024
1 parent 2a1fa82 commit b625495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ type ArchivedDispute struct {
Events []Event `json:"events"`
}


type DisputeStatus string

const (
Expand Down Expand Up @@ -234,7 +235,6 @@ func (ExpertObjection) TableName() string {
return "expert_objections"
}


type DisputeDecisions struct {
ID int64 `json:"id" gorm:"primaryKey;autoIncrement;column:id"`
DisputeID int64 `json:"dispute_id" gorm:"column:dispute_id"`
Expand Down

0 comments on commit b625495

Please sign in to comment.