We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146870a commit 11806aeCopy full SHA for 11806ae
1 file changed
src/components/core/compute/startCompute.ts
@@ -684,7 +684,7 @@ export class FreeComputeStartHandler extends CommonComputeHandler {
684
if (!task.queueMaxWaitTime) {
685
task.queueMaxWaitTime = 0
686
}
687
- /* const authValidationResponse = await this.validateTokenOrSignature(
+ const authValidationResponse = await this.validateTokenOrSignature(
688
task.authorization,
689
task.consumerAddress,
690
task.nonce,
@@ -694,7 +694,6 @@ export class FreeComputeStartHandler extends CommonComputeHandler {
694
if (authValidationResponse.status.httpStatus !== 200) {
695
return authValidationResponse
696
697
- */
698
699
let engine = null
700
try {
0 commit comments