|
@@ -55,7 +55,6 @@ async function startCheck(concurrency) {
|
|
|
const client = new InitiaClient(account.mnemonic, true)
|
|
|
const gasGot = await client.gasGot()
|
|
|
if (!gasGot) {
|
|
|
- console.log()
|
|
|
await DBClient.instance.randomTask2.update({
|
|
|
where: { id: account.id },
|
|
|
data: { finish: -1 },
|
|
@@ -103,7 +102,6 @@ async function startCheck(concurrency) {
|
|
|
console.log(`task5`)
|
|
|
const bool = await client.week5Task5()
|
|
|
|
|
|
- console.log(bool === `done`)
|
|
|
if (bool === `done`) {
|
|
|
await DBClient.instance.randomTask2.update({
|
|
|
where: { id: account.id },
|