Make boolean definitions consistent in README
Closed this issue · 1 comments
cjcenizal commented
In the README, booleans are sometimes written as true
and sometimes as True
. We should make these consistent.
We can also make our code more robust against this kind of typo by updating the code here: https://github.com/vectara/vectara-answer/blob/main/src/contexts/ConfigurationContext.tsx#L199
ofermend commented
This has been resolved by updating code of isTrue()