Skip to content

Commit

Permalink
chore: resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekv24 committed Feb 12, 2024
1 parent 57934fe commit 449dcde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/store/postgres/appeal_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import (
"gorm.io/gorm/clause"
)

const pgUniqueViolationErrorCode = "23505"
const grantUniqueConstraintName = "unique_active_grants_index"
const (
pgUniqueViolationErrorCode = "23505"
grantUniqueConstraintName = "unique_active_grants_index"
)

var (
AppealStatusDefaultSort = []string{
Expand Down

0 comments on commit 449dcde

Please sign in to comment.