Skip to content

Commit f1f1cba

Browse files
committed
fix lint error
Signed-off-by: varungupta <[email protected]>
1 parent 5aa802d commit f1f1cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/plugins/gateway/gateway_rsp_body.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ func processLanguageResponse(requestID string, b *extProcPb.ProcessingRequest_Re
227227
return
228228
}
229229

230+
// nolint:nakedret
230231
func (s *Server) processNonLanguangeResponse(ctx context.Context, b *extProcPb.ProcessingRequest_ResponseBody) (processingRes *extProcPb.ProcessingResponse) {
231232
routerCtx, _ := ctx.(*types.RoutingContext)
232233
if !routerCtx.SaveToRemoteStorage {

0 commit comments

Comments
 (0)