fixing introduced bugs.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user