1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

refactor(utils): remove unused linter rule ()

This commit is contained in:
Amir Zarrinkafsh 2022-07-23 07:59:14 +10:00 committed by GitHub
parent 5751cb81d6
commit e5d62191ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ const (
const (
// 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 = Hour * 24