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)