Skip to content

Commit

Permalink
fix: linter error caught by gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
john-theo committed Sep 27, 2023
1 parent 0fbca00 commit e293c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e293c7f

Please sign in to comment.