mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed wrong usage of frontend labs in server
no issue
This commit is contained in:
parent
383edc293f
commit
719e5321d6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const localUtils = require('../../index');
|
|||
const mobiledoc = require('../../../../../lib/mobiledoc');
|
||||
const postsMetaSchema = require('../../../../../data/schema').tables.posts_meta;
|
||||
const clean = require('./utils/clean');
|
||||
const {labs} = require('../../../../../../frontend/services/proxy');
|
||||
const labs = require('../../../../../../shared/labs');
|
||||
|
||||
function removeSourceFormats(frame) {
|
||||
if (frame.options.formats?.includes('mobiledoc') || frame.options.formats?.includes('lexical')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue