Skip to content

Commit 62873e0

Browse files
committed
Check if did is provided on free start compute.
1 parent b6212cb commit 62873e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/core/compute/startCompute.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,9 @@ export class FreeComputeStartHandler extends CommandHandler {
597597
}
598598
}
599599
for (const elem of [...[task.algorithm], ...task.datasets]) {
600+
if (!('documentId' in elem)) {
601+
continue
602+
}
600603
const ddo = await new FindDdoHandler(this.getOceanNode()).findAndFormatDdo(
601604
elem.documentId
602605
)

0 commit comments

Comments
 (0)