Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Jan 17, 2025
1 parent e3f2084 commit 0e03b60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/resource/nginx_plus_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ func (a *APIAction) HandleUpdateStreamServersRequest(ctx context.Context, action
}

func (a *APIAction) HandleGetStreamUpstreamsRequest(ctx context.Context,
instance *mpi.Instance) *mpi.DataPlaneResponse {
instance *mpi.Instance,
) *mpi.DataPlaneResponse {
correlationID := logger.GetCorrelationID(ctx)
instanceID := instance.GetInstanceMeta().GetInstanceId()
streamUpstreamsResponse := emptyResponse
Expand Down

0 comments on commit 0e03b60

Please sign in to comment.