fix: inits

This commit is contained in:
Cory Dransfeldt 2024-03-24 13:13:32 -07:00
parent d300f24e5f
commit 028c2c66eb
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ export default async (request, context) => {
if (ns) {
const id = crypto.createHash('md5').update(`${context['ip']}${context['geo']['city']}`).digest('hex');
const ids = getStore('ids')
if (!ids.get(id)) ids.set(id, '')
if (!ids.get(id)) ids.set(id, id)
const idVal = ids.get(id)
url = `https://cdn.usefathom.com/?h=${encodeURIComponent(page)}&sid=CWSVCDJC&cid=${idVal}`
} else {