fix(tracker): Correctly extract pathname

This commit is contained in:
Aldo Román 2023-10-11 15:09:07 +02:00
parent a555d59153
commit e8da04bebe

View File

@ -42,9 +42,7 @@
}; };
}; };
const getPath = url => { const getPath = url => new URL(url).pathname;
new URL(url).pathname;
};
const getPayload = () => ({ const getPayload = () => ({
website, website,