mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
Fixed lint error
refs: 8d30eeb515
refs: https://github.com/TryGhost/Ghost/pull/14806
- somehow this didn't flag up in the PR...
This commit is contained in:
parent
8d30eeb515
commit
ef79f4eae9
@ -4,9 +4,7 @@ const membersService = require('./service');
|
||||
const models = require('../../models');
|
||||
const offersService = require('../offers/service');
|
||||
const urlUtils = require('../../../shared/url-utils');
|
||||
const settingsCache = require('../../../shared/settings-cache');
|
||||
const {formattedMemberResponse} = require('./utils');
|
||||
const labsService = require('../../../shared/labs');
|
||||
|
||||
// @TODO: This piece of middleware actually belongs to the frontend, not to the member app
|
||||
// Need to figure a way to separate these things (e.g. frontend actually talks to members API)
|
||||
|
Loading…
Reference in New Issue
Block a user