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))