fastify / fastify-swagger-ui

Serve Swagger-UI for Fastify
MIT License
132 stars 40 forks source link

fix: fix error when updating logo with BaseLayout #77

Closed satazor closed 1 year ago

satazor commented 1 year ago

Fixes #76

Not sure how to test this. The current test suit checks the HTML response, meaning there's no way to test that actual runtime JavaScript errors occur.

Checklist