From 4f59b4b510e422cdb1988f5ce66da067b8a09d18 Mon Sep 17 00:00:00 2001 From: jakobmoellerdev Date: Thu, 19 Dec 2024 12:25:26 +0100 Subject: [PATCH] chore: remove client ref --- api/tech/oras/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/tech/oras/client.go b/api/tech/oras/client.go index 71887881d..60f4fede6 100644 --- a/api/tech/oras/client.go +++ b/api/tech/oras/client.go @@ -22,7 +22,6 @@ type ClientOptions struct { type Client struct { client *auth.Client plainHTTP bool - ref string logger logging.Logger }