mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
refactor(utils): remove unused linter rule (#3731)
This commit is contained in:
parent
5751cb81d6
commit
e5d62191ca
|
@ -63,7 +63,7 @@ const (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Hour is an int based representation of the time unit.
|
// Hour is an int based representation of the time unit.
|
||||||
Hour = time.Minute * 60 //nolint:revive
|
Hour = time.Minute * 60
|
||||||
|
|
||||||
// Day is an int based representation of the time unit.
|
// Day is an int based representation of the time unit.
|
||||||
Day = Hour * 24
|
Day = Hour * 24
|
||||||
|
|
Loading…
Reference in New Issue
Block a user