Robin Rossow

Results 2 issues of Robin Rossow

hey, I just encountered the problem that a boolean false got converted to the string "false" using your sanitize function: console.log(typeof(worldhit)); > boolean console.log(typeof(sanitizer.sanitize(worldhit))); > string the value of the...

Has anyone tried to integrate this with fastify and get the onQuery function to work? I want to control access to some fields and it seems impossible to add the...