Skip to content

Commit

Permalink
chore: refactor import path for trackingParams module
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbaier committed Jul 8, 2024
1 parent bb7d518 commit 30cd5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mod.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 30cd5b6

Please sign in to comment.