diff --git a/internal/utils/const.go b/internal/utils/const.go index add47e00a..b4b3f0158 100644 --- a/internal/utils/const.go +++ b/internal/utils/const.go @@ -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