chore: remove duplicate semicolons (#1504)

This commit is contained in:
baijunyao 2021-01-22 17:15:10 +08:00 committed by GitHub
parent a5e8e818c8
commit d886751261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)`
};