mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed unused requires
refs 406218489c
- I missed these due to using `grunt validate` instead of `yarn test` 🙈
This commit is contained in:
parent
0897b0ef3c
commit
be71dfebe5
1 changed files with 0 additions and 4 deletions
|
@ -7,12 +7,8 @@ const netjet = require('netjet');
|
|||
const shared = require('./shared');
|
||||
const escapeRegExp = require('lodash.escaperegexp');
|
||||
const {URL} = require('url');
|
||||
const urlUtils = require('../lib/url-utils');
|
||||
const storage = require('../adapters/storage');
|
||||
const sentry = require('../sentry');
|
||||
|
||||
const STATIC_IMAGE_URL_PREFIX = `/${urlUtils.STATIC_IMAGE_URL_PREFIX}`;
|
||||
|
||||
module.exports = function setupParentApp(options = {}) {
|
||||
debug('ParentApp setup start');
|
||||
const parentApp = express();
|
||||
|
|
Loading…
Add table
Reference in a new issue