Skip to content

Commit 51a8685

Browse files
committed
fix comment
1 parent 293c43a commit 51a8685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/core/nodeMiddlewareHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default async function middlewareHandler(
2929
): Promise<Response> {
3030
if (!_module) {
3131
// We use await import here so that we are sure that it is loaded after AsyncLocalStorage is defined on globalThis
32-
// We need both await here, same way as in
32+
// We need both await here, same way as in https://github.com/opennextjs/opennextjs-aws/pull/704
3333
//@ts-expect-error - This file should be bundled with esbuild
3434
_module = await (await import("./.next/server/middleware.js")).default;
3535
}

0 commit comments

Comments
 (0)