Skip to content

Commit ebc9c49

Browse files
fix lint issue
1 parent 21b9b5e commit ebc9c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build/edge/createEdgeBundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ import {AsyncLocalStorage} from "node:async_hooks";
132132
globalThis.AsyncLocalStorage = AsyncLocalStorage;
133133
134134
${
135-
''
135+
""
136136
/**
137137
* Next.js sets this `__import_unsupported` on `globalThis` (with `configurable: false`):
138138
* https://github.com/vercel/next.js/blob/5b7833e3/packages/next/src/server/web/globals.ts#L94-L98

0 commit comments

Comments
 (0)