fastify / fastify-auth

Run multiple auth functions in Fastify
Other
341 stars 56 forks source link

refactor function binding #196

Closed shenxdtw closed 1 year ago

shenxdtw commented 1 year ago

According to Eomm suggestion https://github.com/fastify/fastify-auth/pull/195#pullrequestreview-1393390814, invert the if/else case.

Checklist