Update medium_client.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:29:45 +00:00 committed by GitHub
parent e50177599e
commit 6c9ba437a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,8 +53,7 @@ func PostData(postId string) (*entities.MediumResponse, error) {
},
}
log.Printf("Using proxy: %s", config.Conf.Proxy)
}
else {
} else {
client := &http.Client{}
}