mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-21 03:50:47 -08:00
Fix invalid ids
This commit is contained in:
parent
e4f8d3b569
commit
3b79662721
1 changed files with 2 additions and 2 deletions
|
|
@ -73,9 +73,9 @@ export class PreloadState extends GameState {
|
|||
"https://analytics.shapez.io/campaign/" +
|
||||
queryParamOptions.campaign +
|
||||
"?lpurl=nocontent&fbclid=" +
|
||||
queryParamOptions.fbclid +
|
||||
(queryParamOptions.fbclid || "") +
|
||||
"&gclid=" +
|
||||
queryParamOptions.gclid
|
||||
(queryParamOptions.gclid || "")
|
||||
).catch(err => {
|
||||
console.warn("Failed to send beacon:", err);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue