Skip to content

Commit

Permalink
ci: fix goword test
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-chen committed Jun 5, 2022
1 parent 0bd38a5 commit e436bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/embed/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ type Config struct {
AuthToken string `json:"auth-token"`
BcryptCost uint `json:"bcrypt-cost"`

// The AuthTokenTTL in seconds of the simple token
// AuthTokenTTL in seconds of the simple token
AuthTokenTTL uint `json:"auth-token-ttl"`

ExperimentalInitialCorruptCheck bool `json:"experimental-initial-corrupt-check"`
Expand Down

0 comments on commit e436bf9

Please sign in to comment.