chore: debug
This commit is contained in:
parent
d258099f7a
commit
e214993dea
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import crypto from 'node:crypto'
|
import crypto from 'node:crypto'
|
||||||
import { getStore } from '@netlify/blobs';
|
import { getStore, listStores } from '@netlify/blobs';
|
||||||
|
|
||||||
export default async (request, context) => {
|
export default async (request, context) => {
|
||||||
const ns = new URL(request['url']).searchParams.get('ns')
|
const ns = new URL(request['url']).searchParams.get('ns')
|
||||||
|
|
Reference in a new issue