This commit is contained in:
Jai A 2024-02-21 16:23:34 -07:00
parent cb1c8be870
commit 96063969ae
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

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