Skip to content

Commit

Permalink
update configure
Browse files Browse the repository at this point in the history
  • Loading branch information
RazcoDev committed Sep 28, 2023
1 parent 9f055fb commit 0870162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/proxy_configs/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ func (c *proxyConfigResource) Configure(_ context.Context, request resource.Conf
"Unexpected Resource Configure Type",
fmt.Sprintf("Expected *permit.Client, got: %T. Please report this issue to the provider developers.", request.ProviderData),
)
return
}

c.client = proxyConfigClient{client: permitClient}

return
}

func (c *proxyConfigResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse) {
Expand Down

0 comments on commit 0870162

Please sign in to comment.