mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed URL import for post email serializer
no issue
This commit is contained in:
parent
9a53177544
commit
628f9179dc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const urlUtils = require('../../lib/url-utils');
|
|||
const moment = require('moment');
|
||||
const cheerio = require('cheerio');
|
||||
const api = require('../../api');
|
||||
const {URL} = require('url');
|
||||
|
||||
const getSite = () => {
|
||||
return Object.assign({}, settingsCache.getPublic(), {
|
||||
|
|
Loading…
Reference in a new issue