Last staging changes before proceeding

This commit is contained in:
Bryce Covert
2020-12-27 09:00:35 -08:00
parent 544a69432c
commit 41660226cc
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
(:require [auto-ap.handler :refer [app]]
[auto-ap.ledger :as ledger]
[auto-ap.yodlee.core]
[auto-ap.yodlee.core2 :as yodlee2]
[auto-ap.background.invoices]
[auto-ap.square.core :as square]
[auto-ap.datomic.migrate :as migrate]
@@ -35,6 +36,7 @@
#'ledger/process-txes-worker
#'ledger/ledger-reconciliation-worker
#'yodlee/import-transaction-worker
#'yodlee2/yodlee-sync-worker
#'migrate/migrate-start]))]
(log/info "starting without " without)