Moderation checklist (#1635)

* Moderation checklist

* Skip button

* Fix modpacks

* Fix modpack types not being sent

* Fixes

* remove explainer

* pass auth to analytics
This commit is contained in:
Geometrically
2024-02-21 16:11:11 -07:00
committed by GitHub
parent 5ea71da181
commit cb1c8be870
4 changed files with 1073 additions and 4 deletions

View File

@@ -702,6 +702,9 @@ function runAnalytics() {
body: {
url: window.location.href,
},
headers: {
Authorization: auth.token,
},
})
.then(() => {})
.catch(() => {})