Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lazy initialize client #1511

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

baszalmstra
Copy link
Contributor

Fixes #1499

The config from the CLI was set after the reqwest client was initialized. I modified the initialization to create the client lazily. This ensures that the config is properly set on the project before the client is initialized.

@baszalmstra baszalmstra requested a review from ruben-arts June 14, 2024 14:50
@tdejager tdejager merged commit d264c03 into prefix-dev:main Jun 18, 2024
24 checks passed
@tdejager tdejager deleted the fix/issue_1499 branch June 18, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--tls-no-verify doesn't work
2 participants