From 74bd7cad3f768be14abf57280887c4c463a19c66 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 16 Jul 2021 13:40:53 +0100 Subject: [PATCH] remove unrelated change --- src/utils/UrlUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/UrlUtils.ts b/src/utils/UrlUtils.ts index ba43340ff5..6f441ff98e 100644 --- a/src/utils/UrlUtils.ts +++ b/src/utils/UrlUtils.ts @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import * as url from "url"; +import url from "url"; /** * If a url has no path component, etc. abbreviate it to just the hostname