fix: client tag

This commit is contained in:
kieran 2024-11-22 21:40:31 +00:00
parent 25958b53c2
commit 63a1f53567
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -48,7 +48,7 @@ import { Day } from "./Utils/Const";
import { LoginStore } from "./Utils/Login";
async function initSite() {
EventBuilder.ClientTag = ["client", "snort"];
EventBuilder.ClientTag = ["client", "snort", "31990:84de35e2584d2b144aae823c9ed0b0f3deda09648530b93d1a2a146d1dea9864:app-profile"];
storeRefCode();
if (hasWasm) {
await wasmInit(WasmPath);