From ce3cdf836a59973c64ba00c63e3922dfdc5ebcb7 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 12 Jan 2025 20:52:42 -0800 Subject: [PATCH] maybe fixes --- src/clj/auto_ap/ssr/company/plaid.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/company/plaid.clj b/src/clj/auto_ap/ssr/company/plaid.clj index b70220eb..984d172f 100644 --- a/src/clj/auto_ap/ssr/company/plaid.clj +++ b/src/clj/auto_ap/ssr/company/plaid.clj @@ -121,7 +121,8 @@ {:headers {"Hx-redirect" (bidi/path-for ssr-routes/only-routes :company-plaid)}})) -(defn relink [{{:strs [plaid-item-id]} :query-params :keys [identity]}] +(defn relink [{{:keys [plaid-item-id] :as qp} :query-params :keys [identity]}] + (alog/info ::plaid-params :query-params qp) (let [pi (dc/pull (dc/db conn) [:plaid-item/access-token {:plaid-item/client [:client/code]}]