Removed Request

This commit is contained in:
Andrew Pennington 2024-08-16 00:33:02 +01:00
parent 0c2462ca22
commit a0ca8207bd
No known key found for this signature in database
GPG key ID: E9DA097213FD17EA

View file

@ -1,4 +1,4 @@
import { Request, Response } from 'next/server';
import { Response } from 'next/server';
import process from 'process';
async function requestHandler(_request: Request): Response {