Commit 61e9598b authored by 程序猿MT's avatar 程序猿MT
Browse files

fix(lint): remove redundant context type in compact outcome logger

parent bfe7a5e4
......@@ -358,7 +358,7 @@ func (h *OpenAIGatewayHandler) logOpenAIRemoteCompactOutcome(c *gin.Context, sta
}
var (
ctx context.Context = context.Background()
ctx = context.Background()
path string
status int
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment