Made ledger repair fast and work

This commit is contained in:
2023-03-31 09:44:09 -07:00
parent cb510fd6bb
commit 6870aa416f
3 changed files with 9 additions and 5 deletions

View File

@@ -88,6 +88,7 @@
(defn -main [& _]
(let [job (System/getenv "INTEGREAT_JOB")]
(println "JOB is" job)
(cond (= job "square-import-job")
(job-square/-main)