dummy fixes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
(ns auto-ap.square.core
|
||||
(:require [auto-ap.datomic :refer [conn remove-nils]]
|
||||
[auto-ap.utils :refer [by]]
|
||||
[auto-ap.time :as atime]
|
||||
[clj-http.client :as client]
|
||||
[clj-time.coerce :as coerce]
|
||||
@@ -34,13 +33,6 @@
|
||||
|
||||
(atime/unparse (time/plus d (time/days 5)) atime/iso-date)]))))
|
||||
|
||||
(defn locations [client]
|
||||
(->> (client/get "https://connect.squareup.com/v2/locations"
|
||||
{:headers (base-headers client)
|
||||
:as :json})
|
||||
:body
|
||||
:locations))
|
||||
|
||||
(defn client-locations [client]
|
||||
(try
|
||||
(->> (client/get "https://connect.squareup.com/v2/locations"
|
||||
|
||||
Reference in New Issue
Block a user