From 57fce629699c99ef470a06f06b7647da65282a24 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 27 Mar 2024 08:50:11 -0700 Subject: [PATCH] chore: eventing --- api/event.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/event.js b/api/event.js index 0af36d97..e12ed833 100644 --- a/api/event.js +++ b/api/event.js @@ -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 })