Skip to content

Commit 3fc652e

Browse files
committed
lint
1 parent 4b8da99 commit 3fc652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/experimental/src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { type NextRequest, NextResponse } from "next/server";
21
import crypto from "node:crypto";
2+
import { type NextRequest, NextResponse } from "next/server";
33

44
export default function middleware(request: NextRequest) {
55
if (request.nextUrl.pathname === "/api/hello") {

0 commit comments

Comments
 (0)