fix(lint): remove redundant context type in compact outcome logger
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user