mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Used proxy in helper rather than direct require
- we already have access to urlUtils through our helper proxy
This commit is contained in:
parent
99c192e140
commit
ca9d72f317
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const Promise = require('bluebird'),
|
|||
logging = proxy.logging,
|
||||
i18n = proxy.i18n,
|
||||
errors = proxy.errors,
|
||||
urlUtils = require('../../../../../server/lib/url-utils'),
|
||||
urlUtils = proxy.urlUtils,
|
||||
amperizeCache = {};
|
||||
|
||||
let allowedAMPTags = [],
|
||||
|
|
Loading…
Add table
Reference in a new issue