Skip to content

Commit

Permalink
remove unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisibrahimd committed Oct 25, 2022
1 parent b7efa46 commit 100d797
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/check/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ type Check struct {
// RoundID is a parent round of a given check
RoundID uint64 `json:"round_id,omitempty" gorm:"primary_key;auto_increment:false"`

// UpdateToken
UpdateToken uuid.UUID `json:"update_token,omitempty"`

// Log represents an comment/log of a check. This will be helpful for debugging purposes during the competition
Log string `json:"log,omitempty"`

Expand Down

0 comments on commit 100d797

Please sign in to comment.