fix(tracker): Correctly extract pathname
This commit is contained in:
@@ -42,9 +42,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
const getPath = url => {
|
const getPath = url => new URL(url).pathname;
|
||||||
new URL(url).pathname;
|
|
||||||
};
|
|
||||||
|
|
||||||
const getPayload = () => ({
|
const getPayload = () => ({
|
||||||
website,
|
website,
|
||||||
|
|||||||
Reference in New Issue
Block a user