Remove duplicate semicolons

This commit is contained in:
baijunyao 2021-01-22 16:35:08 +08:00
parent a5e8e818c8
commit 2006c195e5

View File

@ -293,7 +293,7 @@ async function getPageHTML(
var container = document.getElementById('redoc');
Redoc.${
ssr
? 'hydrate(__redoc_state, container);'
? 'hydrate(__redoc_state, container)'
: `init("spec.json", ${JSON.stringify(redocOptions)}, container)`
};