refactor(utils): remove unused linter rule (#3731)

pull/3733/head^2
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
1 changed files with 1 additions and 1 deletions

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