From 49aec5177bf4060a44ced1adcbf6796ca9dfc74e Mon Sep 17 00:00:00 2001 From: Cathy Sarisky Date: Mon, 28 Oct 2024 15:13:59 -0400 Subject: [PATCH] tweak imports again? --- ghost/email-service/i18n-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/email-service/i18n-setup.js b/ghost/email-service/i18n-setup.js index a676a4ee397f..558bb71fd4c3 100644 --- a/ghost/email-service/i18n-setup.js +++ b/ghost/email-service/i18n-setup.js @@ -1,5 +1,5 @@ const i18nLib = require('../i18n'); -const {settingsCache} = require('../core/core/frontend/services/proxy'); +const settingsCache = require('../core/core/frontend/services/proxy').settingsCache; const locale = settingsCache.get('locale') || 'en';