chore: eventing

This commit is contained in:
Cory Dransfeldt 2024-03-27 08:50:11 -07:00
parent 4bca751c8e
commit 57fce62969
No known key found for this signature in database

View file

@ -37,9 +37,9 @@ export default async (request, context) => {
userId = await ids.get(id)
if (ns) {
url = setUrl(userId, 'noscript visit')
url = setUrl(userId, `noscript visit: ${page}`)
} else {
url = setUrl(userId, 'Blocked visit')
url = setUrl(userId, `Blocked visit: ${page}`)
}
fetch(url, { headers })