diff --git a/.continueignore b/.continueignore index 4139befe..f7ce453f 100644 --- a/.continueignore +++ b/.continueignore @@ -1,4 +1,12 @@ -./data/** -./resources/** -./target/** -./.calva/** +data/** +resources/** +target/** +.calva/** +efs/** +node_modules/** +nm/** +terraform/** +.lsp/** +.clj-kondo/** +sysco-poller/** +sftp_server/** diff --git a/iol_ion/src/iol_ion/query.clj b/iol_ion/src/iol_ion/query.clj index 6af187d9..097e9fae 100644 --- a/iol_ion/src/iol_ion/query.clj +++ b/iol_ion/src/iol_ion/query.clj @@ -167,7 +167,6 @@ (deftype Line [^Long id ^Long client-id ^Long account-id ^String location ^java.util.Date date ^Double debit ^Double credit ^Double running-balance] ) - (defmethod print-method Line [entity writer] (.write writer (format "Line %d: client:%d account:%d location:%s date:%s" (.-id entity) diff --git a/src/clj/auto_ap/ssr/ledger.clj b/src/clj/auto_ap/ssr/ledger.clj index 5d0d66e5..2dc5b8d9 100644 --- a/src/clj/auto_ap/ssr/ledger.clj +++ b/src/clj/auto_ap/ssr/ledger.clj @@ -686,8 +686,6 @@ :headers {"hx-trigger" (hx/json { "notification" (format "%d successful, %d with warnings. Any ledger entries with warnings have been removed." (:successful result) (:ignored result))})}))) - - (def key->handler (merge (apply-middleware-to-all-handlers diff --git a/src/clj/auto_ap/ssr/ledger/investigate.clj b/src/clj/auto_ap/ssr/ledger/investigate.clj index 35b0ae15..f246051f 100644 --- a/src/clj/auto_ap/ssr/ledger/investigate.clj +++ b/src/clj/auto_ap/ssr/ledger/investigate.clj @@ -14,6 +14,7 @@ wrap-schema-enforce]] [auto-ap.time :as atime])) + (def altered-grid-page (assoc grid-page :id "yoho" @@ -21,14 +22,6 @@ :check-boxes? false :route ::route/investigate-results)) -(defn investigate-results [request] - (clojure.pprint/pprint (:query-params request)) - (html-response - (table* - altered-grid-page - identity - request - #_(assoc-in request [:query-params :sort] [{:sort-key "date" :asc? false}])))) (defn investigate [request] (modal-response