Skip to content

Commit 2c66a2c

Browse files
authored
optional rawcode (#962)
1 parent d6678dc commit 2c66a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/core/compute/startCompute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class PaidComputeStartHandler extends CommandHandler {
121121
node
122122
)
123123

124-
const isRawCodeAlgorithm = task.algorithm.meta.rawcode
124+
const isRawCodeAlgorithm = task.algorithm.meta?.rawcode
125125
const hasValidChecksums = algoChecksums.container && algoChecksums.files
126126

127127
if (!isRawCodeAlgorithm && !hasValidChecksums) {

0 commit comments

Comments
 (0)