Updates allowed to change more than one entity at a time

This commit is contained in:
2024-09-28 11:46:01 -07:00
parent 4c8c3560d8
commit 41167a24a7
2 changed files with 0 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
(ns auto-ap.jobs.current-balance-cache
(:require
[auto-ap.graphql.clients :as clients]
[auto-ap.jobs.core :refer [execute]]))
(defn -main [& _]
(execute "current-balance-cache" clients/refresh-all-current-balance))

View File

@@ -4,7 +4,6 @@
[auto-ap.jobs.restore-from-backup :as job-restore-from-backup]
[auto-ap.jobs.bulk-journal-import :as job-bulk-journal-import]
[auto-ap.jobs.close-auto-invoices :as job-close-auto-invoices]
[auto-ap.jobs.current-balance-cache :as job-current-balance-cache]
[auto-ap.jobs.ezcater-upsert :as job-ezcater-upsert]
[auto-ap.jobs.import-uploaded-invoices :as job-import-uploaded-invoices]
[auto-ap.jobs.intuit :as job-intuit]
@@ -99,9 +98,6 @@
(= job "reconcile-ledger")
(job-reconcile-ledger/-main)
(= job "current-balance-cache")
(job-current-balance-cache/-main)
(= job "yodlee2")
(job-yodlee2/-main)