chore: debug

This commit is contained in:
Cory Dransfeldt 2024-03-24 13:26:17 -07:00
parent 8326fbfaab
commit d258099f7a
No known key found for this signature in database

View file

@ -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)