From 477eb0c46a49506e70f58272e78c396ea12e28cb Mon Sep 17 00:00:00 2001 From: flyingL123 Date: Fri, 15 Nov 2019 09:44:13 -0500 Subject: [PATCH] Import Url, not undefined URL --- helpers/lib/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {