mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: remove duplicate semicolons (#1504)
This commit is contained in:
parent
a5e8e818c8
commit
d886751261
|
@ -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)`
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user