chore: eventing + refactoring
This commit is contained in:
parent
ecbfdbde70
commit
13e7b489ef
2 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ export default async (request, context) => {
|
|||
const userId = await ids.get(id)
|
||||
if (!userId) await ids.set(id, id)
|
||||
const idVal = await ids.get(id)
|
||||
url = setUrl(idVal, `[noscript visit] ID: ${idVal}`)
|
||||
url = setUrl(idVal, 'noscript visit')
|
||||
} else {
|
||||
url = setUrl(num, `[Blocked visit] ID: ${num}`)
|
||||
url = setUrl(num, 'Blocked visit')
|
||||
}
|
||||
|
||||
fetch(url, { headers })
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "8.7.3",
|
||||
"version": "8.7.4",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue