MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
184 stars 43 forks source link

fix: right check error & code style #799

Closed ptitFicus closed 5 months ago

ptitFicus commented 5 months ago

Reviewing you PR, I've seen that there was some error in previous right check implementation for patch features. This PR fixes this and also fixes some minor style issue on your code (use of collect instead of pattern match on type, ...)