chore: debug
This commit is contained in:
parent
8326fbfaab
commit
d258099f7a
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ export default async (request, context) => {
|
||||||
|
|
||||||
if (ig) return;
|
if (ig) return;
|
||||||
if (ns) {
|
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 id = crypto.createHash('md5').update(`${context['ip']}${context['geo']['city']}`).digest('hex');
|
||||||
const ids = getStore('ids')
|
const ids = getStore('ids')
|
||||||
if (!ids.get(id)) await ids.set(id, id)
|
if (!ids.get(id)) await ids.set(id, id)
|
||||||
|
|
Reference in a new issue