From 347b20fc91505584bc9efbeca89590a411b95e79 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 6 May 2025 12:40:47 +0200 Subject: All: Run modernize --test --fix --- internal/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/api.go') diff --git a/internal/api/api.go b/internal/api/api.go index ea0fc6f..7111c45 100644 --- a/internal/api/api.go +++ b/internal/api/api.go @@ -378,7 +378,7 @@ func getEndpoints(ctx context.Context, url string, tp http.RoundTripper) (*endpo type OAuthLogger struct{} // Logf logs a message with parameters -func (ol *OAuthLogger) Logf(msg string, params ...interface{}) { +func (ol *OAuthLogger) Logf(msg string, params ...any) { log.Logger.Debugf(msg, params...) } -- cgit v1.2.3