From c6f826c9cb29479ae6a375705e7ce21700fc18af Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 25 Jun 2024 08:52:27 +0000 Subject: [PATCH] Updating ComputeExamples.md --- ComputeExamples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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