From 30cd5b6a05878f2c5350a6cbf755b3adf6f286ef Mon Sep 17 00:00:00 2001 From: Nico Baier Date: Sun, 7 Jul 2024 23:19:16 -0500 Subject: [PATCH] chore: refactor import path for trackingParams module --- src/mod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod.ts b/src/mod.ts index 9c63417..67c4f00 100644 --- a/src/mod.ts +++ b/src/mod.ts @@ -1,8 +1,8 @@ /** - * This module contains a functio to remove specified tracking parameters from a given URL. + * Contains a function to remove specified tracking parameters from a given URL. * @module */ -import trackingParams from "../src/trackingParams.ts"; +import trackingParams from "./trackingParams.ts"; /** * Removes specified tracking parameters from the given URL.