From 4db8a3992b357dee9b71421124bc90af874d09d6 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Tue, 25 Jul 2023 19:26:34 +0100 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20need=20the=20environmentId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/webapp/app/routes/api.v1.jobs.$jobSlug.runs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/webapp/app/routes/api.v1.jobs.$jobSlug.runs.ts b/apps/webapp/app/routes/api.v1.jobs.$jobSlug.runs.ts index 85fe70592..8801eb75b 100644 --- a/apps/webapp/app/routes/api.v1.jobs.$jobSlug.runs.ts +++ b/apps/webapp/app/routes/api.v1.jobs.$jobSlug.runs.ts @@ -50,7 +50,6 @@ export async function loader({ request, params }: LoaderArgs) { startedAt: true, updatedAt: true, completedAt: true, - environmentId: true, output: true, }, orderBy: {