mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 04:25:09 +00:00
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