diff --git a/ghost/post-revisions/lib/post-revisions.js b/ghost/post-revisions/lib/post-revisions.js index 5b971645f3..0b472c6598 100644 --- a/ghost/post-revisions/lib/post-revisions.js +++ b/ghost/post-revisions/lib/post-revisions.js @@ -53,7 +53,6 @@ class PostRevisions { if (revisions.length === 0) { return [ - this.convertPostLikeToRevision(previous, 1), currentRevision ]; }