Skip to content

Commit 11806ae

Browse files
committed
fix typo
1 parent 146870a commit 11806ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/core/compute/startCompute.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export class FreeComputeStartHandler extends CommonComputeHandler {
684684
if (!task.queueMaxWaitTime) {
685685
task.queueMaxWaitTime = 0
686686
}
687-
/* const authValidationResponse = await this.validateTokenOrSignature(
687+
const authValidationResponse = await this.validateTokenOrSignature(
688688
task.authorization,
689689
task.consumerAddress,
690690
task.nonce,
@@ -694,7 +694,6 @@ export class FreeComputeStartHandler extends CommonComputeHandler {
694694
if (authValidationResponse.status.httpStatus !== 200) {
695695
return authValidationResponse
696696
}
697-
*/
698697

699698
let engine = null
700699
try {

0 commit comments

Comments
 (0)