Skip to content

Commit

Permalink
fix: don't import NextResponse as type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Jan 4, 2024
1 parent 489cc02 commit 417cb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/beanconqueror/api/decode/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {decodeMessage} from "@/lib/beanconqueror/proto";
import {type NextRequest, type NextResponse} from "next/server";
import {type NextRequest, NextResponse} from "next/server";

type Body = {
url: string
Expand Down

0 comments on commit 417cb73

Please sign in to comment.