Skip to content

Commit d70d5c7

Browse files
committed
remove comment
1 parent 9ca52a2 commit d70d5c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/open-next/src/build/createMiddleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export async function createMiddleware(
5454
.catch(() => '{"functions":{}}'),
5555
) as FunctionsConfigManifest;
5656

57-
// TODO: Handle external node middleware in the future
5857
if (functionsConfigManifest?.functions["/_middleware"]) {
5958
if (!config.middleware?.external) {
6059
// If we are here, it means that we are using a node middleware

0 commit comments

Comments
 (0)