From 28782190b42c7a2b5332fd03b86ea65d6a062a04 Mon Sep 17 00:00:00 2001 From: Andrew Pennington Date: Fri, 16 Aug 2024 00:34:52 +0100 Subject: [PATCH] Arghhh --- ui/app/api/env/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/api/env/route.ts b/ui/app/api/env/route.ts index 5e4ea5a..2e725a5 100644 --- a/ui/app/api/env/route.ts +++ b/ui/app/api/env/route.ts @@ -1,4 +1,3 @@ -import { Response } from 'next/server'; import process from 'process'; async function requestHandler(_request: Request): Response {