Adding vendor import stuff.
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
(let [[id] (-> (sql/build :insert-into :vendors
|
||||
:values [(unparse data)])
|
||||
execute!)]
|
||||
(println "inserted vendor: " data ", id " id)
|
||||
(get-by-id id)))
|
||||
|
||||
(defn find-with-reminders []
|
||||
|
||||
Reference in New Issue
Block a user