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:
Hannah Wolfe 2022-05-13 05:09:14 +01:00
parent 8d30eeb515
commit ef79f4eae9
No known key found for this signature in database
GPG Key ID: AB586C3B5AE5C037

View File

@ -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)