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

Application.get_env/3 is discouraged in the module body #74

Open
silverdr opened this issue Feb 12, 2023 · 0 comments
Open

Application.get_env/3 is discouraged in the module body #74

silverdr opened this issue Feb 12, 2023 · 0 comments

Comments

@silverdr
Copy link

Apparently this line:

@http_client Application.get_env(:recaptcha, :http_client, Http)

triggers the following warning:

warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
=> => # lib/recaptcha.ex:11: Recaptcha

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

No branches or pull requests

1 participant