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 (
|
var (
|
||||||
ctx context.Context = context.Background()
|
ctx = context.Background()
|
||||||
path string
|
path string
|
||||||
status int
|
status int
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user