0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed typo in migration file

refs 5b96c82627
This commit is contained in:
Kevin Ansfield 2020-04-08 16:46:46 +01:00
parent 5b96c82627
commit 790a5701c9

View file

@ -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