Gabriel Rodríguez Flores

Results 2 comments of Gabriel Rodríguez Flores

I think this is another case of this kind of error, since @jberger said that is a centralized error. ```yml openapi: 3.0.1 info: title: Herency Example version: 1.0.0 paths: {}...

I think you are missing some syntax. Try: ```javascript filter = {role: { "$ne": 'admin' } }; ```