diff --git a/ghost/members-importer/lib/importer.js b/ghost/members-importer/lib/importer.js index 84d9ae3f32..d460f95ed9 100644 --- a/ghost/members-importer/lib/importer.js +++ b/ghost/members-importer/lib/importer.js @@ -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 {