fix: remove unused NextRequest import

This commit is contained in:
denshooter
2025-10-19 21:48:49 +02:00
parent 45ab058643
commit 623411b093
+1 -1
View File
@@ -1,4 +1,4 @@
import { NextRequest, NextResponse } from 'next/server';
import { NextResponse } from 'next/server';
export async function POST() {
try {