diff --git a/auth/auth0/auth0.go b/auth/auth0/auth0.go index 1cb853a..dd0aba7 100644 --- a/auth/auth0/auth0.go +++ b/auth/auth0/auth0.go @@ -19,7 +19,7 @@ type Logger interface { type SessionManager interface { Get(ctx context.Context, key string) any - Put(ctx context.Context, key string, value any) error + Put(ctx context.Context, key string, value any) } type Config struct {