mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Moved labs utlity to shared
- This isn't really a "service" - it's a set of utilities for working with labs flags - It's also required all over the place, and doesn't require anything that isn't shared - Therefore, it should live in shared
This commit is contained in:
parent
e52fdbd737
commit
23748c92fb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const urlUtils = require('../../../../shared/url-utils');
|
|||
const db = require('../../../data/db');
|
||||
const emailTemplate = require('./email-template');
|
||||
const jobsService = require('../../jobs');
|
||||
const labsService = require('../../labs');
|
||||
const labsService = require('../../../../shared/labs');
|
||||
|
||||
const ghostMailer = new GhostMailer();
|
||||
module.exports = class MembersCSVImporter {
|
||||
|
|
Loading…
Add table
Reference in a new issue