mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
5b96c82627
commit
790a5701c9
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module.exports.down = (options) => {
|
|||
|
||||
// CASE: revert: all new editor posts to the old editor format
|
||||
if (mobiledoc && post.html) {
|
||||
html = renderers.mobiledocHtmlRenderer.render(mobiledoc, version);
|
||||
html = mobiledocLib.renderers.mobiledocHtmlRenderer.render(mobiledoc, version);
|
||||
}
|
||||
|
||||
return localOptions
|
||||
|
|
Loading…
Reference in a new issue