We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2445a35 commit 7d5a800Copy full SHA for 7d5a800
1 file changed
pkg/auth/auth_client.go
@@ -23,7 +23,7 @@ type Clock interface {
23
24
type realClock struct{}
25
26
-func (_ realClock) Now() time.Time { return time.Now() }
+func (realClock) Now() time.Time { return time.Now() }
27
28
const tokenRefreshMargin = 10 * time.Second
29
0 commit comments