From d258099f7a2623893e0c8ac9d000d5e89844e7b8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 24 Mar 2024 13:26:17 -0700 Subject: [PATCH] chore: debug --- api/event.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/event.js b/api/event.js index 10b9bdc2..ff6a5625 100644 --- a/api/event.js +++ b/api/event.js @@ -15,6 +15,10 @@ export default async (request, context) => { if (ig) return; if (ns) { + const { stores } = await listStores(); + console.log('### STORES') + console.log(stores) + console.log('### STORES') const id = crypto.createHash('md5').update(`${context['ip']}${context['geo']['city']}`).digest('hex'); const ids = getStore('ids') if (!ids.get(id)) await ids.set(id, id)