Skip to content

Commit

Permalink
[archer]: add missed ctx in endpoint consumer get struct
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Jul 22, 2024
1 parent 1bee6c8 commit 64c5d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccloud/resource_ccloud_endpoint_accept_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ func archerGetServiceEndpointConsumerStatus(ctx context.Context, c *archer, id,
func archerGetServiceEndpointConsumer(ctx context.Context, c *archer, id, serviceID string) (*models.EndpointConsumer, error) {
opts := &service.GetServiceServiceIDEndpointsParams{
ServiceID: strfmt.UUID(serviceID),
Context: ctx,
}
res, err := c.Service.GetServiceServiceIDEndpoints(opts, c.authFunc())
if err != nil {
Expand Down

0 comments on commit 64c5d9a

Please sign in to comment.