felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 343 forks source link

Hide bullboard routes in fastify adapter. #764

Closed bcomnes closed 4 weeks ago

bcomnes commented 1 month ago

Reattempting https://github.com/felixmosh/bull-board/pull/762 with the typescript error ignored for this special case.

felixmosh commented 1 month ago

It still fails

bcomnes commented 1 month ago

It's eslint yelling about ts-ignore. I guess I'll ignore that too?

felixmosh commented 1 month ago

Just use as any on the type of schema obj

felixmosh commented 4 weeks ago

I've fixed it, thank you 🙏

bcomnes commented 4 weeks ago

Thank you! Sorry I ran out of time yesterday.