Skip to content

Commit 654ad88

Browse files
committed
Fix Import
1 parent 4b0d834 commit 654ad88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vercel-blob/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
import { Application, HttpRequest } from '@kodular/tinywebdb-core';
7-
import { VercelBlobStorage } from '../src/VercelBlobStorage';
7+
import { VercelBlobStorage } from '../src/VercelBlobStorage.js';
88

99
/**
1010
* Converts Vercel Request to our cloud-agnostic HttpRequest

0 commit comments

Comments
 (0)