Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

DEVPROD-1134 fix: Remove duplicate key #2197

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/gql/mocks/taskData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const taskQuery: TaskQuery = {
},
status: TaskStatus.Failed,
type: "type",
diskDevices: [],
},
timeTaken: null,
annotation: null,
Expand Down