From f42503066fbd691e08f069fede7e126be7a43b70 Mon Sep 17 00:00:00 2001 From: kjones Date: Sat, 9 Sep 2023 04:46:28 +0000 Subject: [PATCH] fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 859f47a..76199ab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -274,7 +274,7 @@ export async function load( const response = await nextLoad(url, { ...context, - format + format, }); if (format === 'module') {