From e9df5b9310980aa39f7e5a87c70faf74502d76e1 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 1 Dec 2021 12:32:10 +0000 Subject: [PATCH] Fixed linter error refs https://github.com/TryGhost/Ghost/commit/f91fc2add5beecaf3506744bcf2b5c3db971a5ae - with the removal of the labs check the labs service require is no longer used --- core/server/api/canary/utils/serializers/output/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/server/api/canary/utils/serializers/output/config.js b/core/server/api/canary/utils/serializers/output/config.js index 4209bb073e..0f4d8c5c42 100644 --- a/core/server/api/canary/utils/serializers/output/config.js +++ b/core/server/api/canary/utils/serializers/output/config.js @@ -1,5 +1,4 @@ const _ = require('lodash'); -const labs = require('../../../../../../shared/labs'); const debug = require('@tryghost/debug')('api:canary:utils:serializers:output:config'); module.exports = {