From e50177599e36d9c35c4f7345a88e5371682b7592 Mon Sep 17 00:00:00 2001 From: mycodedoesnotcompile2 <149587341+mycodedoesnotcompile2@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:29:15 +0000 Subject: [PATCH] Update medium_client.go --- pkg/client/medium_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/medium_client.go b/pkg/client/medium_client.go index 80258b0..0c843d9 100644 --- a/pkg/client/medium_client.go +++ b/pkg/client/medium_client.go @@ -50,7 +50,7 @@ func PostData(postId string) (*entities.MediumResponse, error) { TLSClientConfig: &tls.Config{ InsecureSkipVerify: true, }, - } + }, } log.Printf("Using proxy: %s", config.Conf.Proxy) }