Skip to content

Commit

Permalink
refactor: lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AKKatung159 committed Dec 26, 2023
1 parent e3d9c6f commit bd75dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/auth/auth.model.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ type DesiredRound struct {
}

type department struct {
Code string `gorm:"primaryKey" json:"code"`
Code string `gorm:"primaryKey" json:"code"`
Name string `json:"name"`
}

type section struct {
Code string `gorm:"primaryKey" json:"code"`
Code string `gorm:"primaryKey" json:"code"`
Name string `json:"name"`
}

Expand Down

0 comments on commit bd75dd0

Please sign in to comment.