fix: remove unused NextRequest import
Some checks failed
CI/CD Pipeline (Using Gitea Variables & Secrets) / production (push) Failing after 10m24s
Test Gitea Variables and Secrets / test-variables (push) Successful in 3s

This commit is contained in:
2025-10-19 21:48:49 +02:00
parent 45ab058643
commit 623411b093

View File

@@ -1,4 +1,4 @@
import { NextRequest, NextResponse } from 'next/server';
import { NextResponse } from 'next/server';
export async function POST() {
try {