chore: eventing
This commit is contained in:
parent
4bca751c8e
commit
57fce62969
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ export default async (request, context) => {
|
||||||
userId = await ids.get(id)
|
userId = await ids.get(id)
|
||||||
|
|
||||||
if (ns) {
|
if (ns) {
|
||||||
url = setUrl(userId, 'noscript visit')
|
url = setUrl(userId, `noscript visit: ${page}`)
|
||||||
} else {
|
} else {
|
||||||
url = setUrl(userId, 'Blocked visit')
|
url = setUrl(userId, `Blocked visit: ${page}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch(url, { headers })
|
fetch(url, { headers })
|
||||||
|
|
Reference in a new issue