From 59c1abd08d1ce7ebed48e2d2021a4abecb2c3132 Mon Sep 17 00:00:00 2001 From: Sophie Stadler Date: Fri, 15 Dec 2023 16:43:43 -0500 Subject: [PATCH] Fix dupe key error... again? --- src/gql/mocks/taskData.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gql/mocks/taskData.ts b/src/gql/mocks/taskData.ts index 7610dc3986..b18a1985b8 100644 --- a/src/gql/mocks/taskData.ts +++ b/src/gql/mocks/taskData.ts @@ -17,7 +17,6 @@ export const taskQuery: TaskQuery = { details: { description: "Long description that requirese use of the inline definition component. This would include details about where the task failed.", - diskDevices: [], oomTracker: { detected: false, },