From 6a21e9411c419f30e46c25b4e81899010bbdc59d Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 2 Sep 2025 23:44:34 +0300 Subject: [PATCH] =?UTF-8?q?v0.0.30.3=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BB=D0=BE=D0=B3=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=83=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BB=D0=B8=D0=BF?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B8=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/http/graph/clip_resolvers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/http/graph/clip_resolvers.go b/internal/http/graph/clip_resolvers.go index 281a33b..7c1b4b6 100644 --- a/internal/http/graph/clip_resolvers.go +++ b/internal/http/graph/clip_resolvers.go @@ -60,7 +60,8 @@ func (r *clipResolver) Author(ctx context.Context, obj *domain.Clip) (*domain.Us Avatar: "/img/logo.png", }, nil } - + log.Printf("Successfully resolved author %d for clip %d", obj.AuthorID, obj.ID) + log.Printf("Successfully resolved author %d for clip %d", author.Avatar, author.ID, author.Username) return author, nil }