hel 1 year ago
parent
commit
dd6f2a074c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/onchain/randomTask.ts

+ 1 - 1
src/onchain/randomTask.ts

@@ -99,7 +99,7 @@ async function startCheck(concurrency) {
         }
       }
     } catch (e) {
-      console.log(e)
+      console.log(e.message)
       // await DBClient.instance.account.update({
       //   where: { id: account.id },
       //   data: { status: Status.MayQueued, message: e.message },