mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix invalid ids
This commit is contained in:
parent
e4f8d3b569
commit
3b79662721
@ -73,9 +73,9 @@ export class PreloadState extends GameState {
|
|||||||
"https://analytics.shapez.io/campaign/" +
|
"https://analytics.shapez.io/campaign/" +
|
||||||
queryParamOptions.campaign +
|
queryParamOptions.campaign +
|
||||||
"?lpurl=nocontent&fbclid=" +
|
"?lpurl=nocontent&fbclid=" +
|
||||||
queryParamOptions.fbclid +
|
(queryParamOptions.fbclid || "") +
|
||||||
"&gclid=" +
|
"&gclid=" +
|
||||||
queryParamOptions.gclid
|
(queryParamOptions.gclid || "")
|
||||||
).catch(err => {
|
).catch(err => {
|
||||||
console.warn("Failed to send beacon:", err);
|
console.warn("Failed to send beacon:", err);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user