Skip to content

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Sep 11, 2024
1 parent b7a6b8e commit 0b0d45f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ type CustomClaims struct {
jwt.RegisteredClaims
}

type DbSeed struct {
Enabled bool
}

const (
defaultJwtSecret = "super-secret-jwt-token-with-at-least-32-characters-long"
defaultJwtExpiry = 1983812996
Expand Down

0 comments on commit 0b0d45f

Please sign in to comment.