From 7a6a0571a7a6cac33a03c99272233997eb95041d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 25 Jun 2024 08:29:49 +0000 Subject: [PATCH] Updating ComputeExamples.md --- ComputeExamples.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ComputeExamples.md b/ComputeExamples.md index 250c169d..15540893 100644 --- a/ComputeExamples.md +++ b/ComputeExamples.md @@ -274,6 +274,7 @@ let resolvedDatasetDdo: DDO let resolvedAlgorithmDdo: DDO let computeJobId: string +let agreementId: string ``` ### 4.3 Helper methods @@ -654,6 +655,8 @@ Let's have 5 minute of compute access algo ) + console.log('COMPUTE JOBS', computeJobs) + ```