made cloud tests work again.
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
)
|
||||
|
||||
(defn upsert-invoice [db invoice]
|
||||
(println invoice)
|
||||
(let [upserted-entity [[:upsert-entity invoice]]
|
||||
with-invoice (dc/with db upserted-entity)
|
||||
invoice-id (or (-> with-invoice :tempids (get (:db/id invoice)))
|
||||
|
||||
Reference in New Issue
Block a user