From d5d9b8e497ee351998b4a6d73e99da6baecc9007 Mon Sep 17 00:00:00 2001 From: nyagamunene Date: Wed, 12 Feb 2025 23:44:20 +0300 Subject: [PATCH] fix linter error Signed-off-by: nyagamunene --- auth/api/http/pats/transport.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/api/http/pats/transport.go b/auth/api/http/pats/transport.go index f0335d3096..97e048aaf0 100644 --- a/auth/api/http/pats/transport.go +++ b/auth/api/http/pats/transport.go @@ -272,6 +272,7 @@ func decodeAddPATScopeEntryRequest(_ context.Context, r *http.Request) (interfac return req, nil } + func decodeListPATScopeRequest(_ context.Context, r *http.Request) (interface{}, error) { l, err := apiutil.ReadNumQuery[uint64](r, api.LimitKey, api.DefLimit) if err != nil {