From e293c7f211d5d618853ff84ad279be183e6f60e5 Mon Sep 17 00:00:00 2001 From: John Dope Date: Wed, 27 Sep 2023 11:15:28 +0000 Subject: [PATCH] fix: linter error caught by gh workflow --- azure/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/proxy.go b/azure/proxy.go index 4f00fc7..0ca0524 100644 --- a/azure/proxy.go +++ b/azure/proxy.go @@ -24,7 +24,7 @@ func ProxyWithConverter(requestConverter RequestConverter) gin.HandlerFunc { type DeploymentInfo struct { Data []map[string]interface{} `json:"data"` - Object string `json:"object"` + Object string `json:"object"` } func ModelProxy(c *gin.Context) {