diff --git a/src/screens/Job/JobView.tsx b/src/screens/Job/JobView.tsx index 72745060..822deb7a 100644 --- a/src/screens/Job/JobView.tsx +++ b/src/screens/Job/JobView.tsx @@ -66,8 +66,6 @@ const JOB_PAYLOAD__SPEC = gql` ocrKeyBundleID monitoringEndpoint p2pv2Bootstrappers - relay - relayConfig transmitterID pluginType pluginConfig @@ -139,11 +137,6 @@ const JOB_PAYLOAD__SPEC = gql` workflowOwner workflow } - ... on StandardCapabilitiesSpec { - command - config - createdAt - } } ` @@ -183,6 +176,7 @@ export const JOB_PAYLOAD_FIELDS = gql` maxTaskDuration gasLimit forwardingAllowed + relayConfig spec { __typename ...JobPayload_Spec