Shawn Lu 1 жил өмнө
parent
commit
0c72fc6484

+ 1 - 1
src/onchain/finalTask.ts

@@ -5,7 +5,7 @@ import { InitiaClient } from '../InitiaClient'
 async function startCheck(concurrency) {
   const accountsRaw = await DBClient.instance.account.findMany({
     where: {
-      status: 888,
+      status: 901,
     },
     orderBy: {
       lastRun: 'asc',