diff --git a/helpers/lib/common.js b/helpers/lib/common.js index b5f14a39..7acdf83f 100644 --- a/helpers/lib/common.js +++ b/helpers/lib/common.js @@ -1,5 +1,5 @@ 'use strict'; -const URL = require('url').URL; +const URL = require('url').Url; const SafeString = require('handlebars').SafeString; function isValidURL(val) {