hel 1 anno fa
parent
commit
9b47590b70
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      src/onchain/week3/randomWeek3.ts

+ 0 - 5
src/onchain/week3/randomWeek3.ts

@@ -55,11 +55,6 @@ async function startCheck(concurrency) {
       const client = new InitiaClient(account.mnemonic, true)
       const client = new InitiaClient(account.mnemonic, true)
       const gasGot = await client.gasGot()
       const gasGot = await client.gasGot()
       if (!gasGot) {
       if (!gasGot) {
-        console.log()
-        await DBClient.instance.randomTask2.update({
-          where: { id: account.id },
-          data: { finish: -1 },
-        })
         return
         return
       }
       }
       if (randomPick === 1) {
       if (randomPick === 1) {