Skip to content

Commit 417cb73

Browse files
fix: don't import NextResponse as type
1 parent 489cc02 commit 417cb73

File tree

1 file changed

+1
-1
lines changed
  • src/app/beanconqueror/api/decode

1 file changed

+1
-1
lines changed

src/app/beanconqueror/api/decode/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {decodeMessage} from "@/lib/beanconqueror/proto";
2-
import {type NextRequest, type NextResponse} from "next/server";
2+
import {type NextRequest, NextResponse} from "next/server";
33

44
type Body = {
55
url: string

0 commit comments

Comments
 (0)