From a0ca8207bd6d8f1e548c1a760849965de8f430c7 Mon Sep 17 00:00:00 2001 From: Andrew Pennington Date: Fri, 16 Aug 2024 00:33:02 +0100 Subject: [PATCH] Removed Request --- ui/app/api/env/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/api/env/route.ts b/ui/app/api/env/route.ts index ed03543..5e4ea5a 100644 --- a/ui/app/api/env/route.ts +++ b/ui/app/api/env/route.ts @@ -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 {