Skip to content

Commit

Permalink
chore: expirationInterval typo (#166)
Browse files Browse the repository at this point in the history
Fix incorrect spelling for Interval
  • Loading branch information
mscreations authored Aug 7, 2023
1 parent 57c50b8 commit 98f0f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sessions.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "time"

type Sessions struct {
DefaultDuration time.Duration `mapstructure:"DEFAULT_DURATION" yaml:"defaultDuration" default:"5m"`
ExpirationInterval time.Duration `mapstructure:"EXPIRATION_INTERVAL" yaml:"expirationIntrerval" default:"20s"`
ExpirationInterval time.Duration `mapstructure:"EXPIRATION_INTERVAL" yaml:"expirationInterval" default:"20s"`
}

func NewSessionsConfig() Sessions {
Expand Down

0 comments on commit 98f0f81

Please sign in to comment.