chore: debug

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

View file

@ -1,5 +1,5 @@
import crypto from 'node:crypto'
import { getStore } from '@netlify/blobs';
import { getStore, listStores } from '@netlify/blobs';
export default async (request, context) => {
const ns = new URL(request['url']).searchParams.get('ns')