This commit is contained in:
Jai A
2024-02-21 16:23:34 -07:00
parent cb1c8be870
commit 96063969ae

View File

@@ -703,7 +703,7 @@ function runAnalytics() {
url: window.location.href,
},
headers: {
Authorization: auth.token,
Authorization: auth.value.token,
},
})
.then(() => {})