fixing introduced bugs.

This commit is contained in:
2022-07-26 08:43:16 -07:00
parent 84f7e734f0
commit 665ac6ca7f
7 changed files with 17 additions and 6 deletions

View File

@@ -533,6 +533,7 @@
(square/upsert client square-location (c/to-date-time date)
(t/plus (c/to-date-time date) (t/days 1))))))
#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
(defn upsert-invoice-amounts [tsv]
(let [data (with-open [reader (io/reader (char-array tsv))]
(doall (csv/read-csv reader :separator \tab)))