Przeglądaj źródła

restore after linea

Shawn Lu 1 rok temu
rodzic
commit
2597c94170
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -46,6 +46,6 @@ app.listen(port, () => {
 })
 
 // todo: change back
-// new CreateBridgeTaskJob().start('*/5 * * * *')
+new CreateBridgeTaskJob().start('*/5 * * * *')
 new BridgeJob().start('*/10 * * * * *')
 new ConfirmJob().start('*/30 * * * * *')