mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix invalid ids
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user