diff --git a/ComputeExamples.md b/ComputeExamples.md index 21339a0f..e9f739c6 100644 --- a/ComputeExamples.md +++ b/ComputeExamples.md @@ -655,14 +655,11 @@ Let's have 5 minute of compute access algo ) - console.log('COMPUTE JOBS', computeJobs) - ``` -Let's save the compute job id, we re going to use later -We can also save the agreementId. Its another optional field that we can later use to retrieve the job status +Let's save the compute job it, we re going to use later ```Typescript computeJobId = computeJobs[0].jobId // eslint-disable-next-line prefer-destructuring