Skip to content

Commit

Permalink
issues with imports?
Browse files Browse the repository at this point in the history
  • Loading branch information
cathysarisky committed Oct 28, 2024
1 parent d095750 commit d8d5de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/email-service/lib/EmailRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const tpl = require('@tryghost/tpl');
const {EmailAddressParser} = require('@tryghost/email-addresses');
const {registerHelpers} = require('./helpers/register-helpers');
const crypto = require('crypto');
const {t, locale} = require('../i18n-setup');
const {t, locale} = require('../i18n-setup.js');

const messages = {
subscriptionStatus: {
Expand Down

0 comments on commit d8d5de5

Please sign in to comment.