flask-validator icon indicating copy to clipboard operation
flask-validator copied to clipboard

Boolean in query string issue

Open overbost opened this issue 4 years ago • 0 comments

In query string, data is not bool or int but string, validator check instead if is instance of bool.

The validator should be fixed as i reported https://github.com/adekoder/flask-validator/pull/18#issuecomment-986962150

overbost avatar Dec 06 '21 17:12 overbost