From 475e48903c28f2f8aa83de3057f70397f344d3bc Mon Sep 17 00:00:00 2001 From: Stefan Vitanov Date: Wed, 1 May 2024 21:18:26 +0300 Subject: [PATCH] fix comment --- driven/image/adapter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driven/image/adapter.go b/driven/image/adapter.go index 4384fb29..15e7bbfc 100644 --- a/driven/image/adapter.go +++ b/driven/image/adapter.go @@ -30,7 +30,7 @@ import ( "github.com/rokwire/core-auth-library-go/v3/authservice" ) -// Adapter implements the Sports interface +// Adapter implements the Image interface type Adapter struct { baseURL string accountManager *authservice.ServiceAccountManager