cap-js-community / feature-toggle-library

SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.
https://cap-js-community.github.io/feature-toggle-library/
Apache License 2.0
5 stars 2 forks source link

fallbackValue null should not be allowed #62

Closed rlindner81 closed 6 months ago

rlindner81 commented 6 months ago

The value null has the semantics of "delete this field". So, this passes validation, but it is not itself a valid value.