From e214993dea3ff5eab04eb3917c70baa78acbee92 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 24 Mar 2024 13:32:01 -0700 Subject: [PATCH] chore: debug --- api/event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/event.js b/api/event.js index ff6a5625..330f67ac 100644 --- a/api/event.js +++ b/api/event.js @@ -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')