We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that removing this line doesn't seem to affect the the tests or functionality of this module?
I'm not super familiar with Joi so I wasn't able to establish if it's safe to remove it? There doesn't seem to be any Joi config in this module.
@orangejulius do you remember how this works?
The text was updated successfully, but these errors were encountered:
I think you're right, we can remove that line.
The way the config validation works is:
Joi
pelias-config.generate()
I tested things out, and we do need pelias/config to depend on Joi, for the tests if nothing else.
Sorry, something went wrong.
orangejulius
No branches or pull requests
I noticed that removing this line doesn't seem to affect the the tests or functionality of this module?
I'm not super familiar with Joi so I wasn't able to establish if it's safe to remove it?
There doesn't seem to be any Joi config in this module.
@orangejulius do you remember how this works?
The text was updated successfully, but these errors were encountered: