Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Aug 28, 2023
1 parent 3c47737 commit 46d0bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porteiro/diplomat/http_server/customer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(s/defn create-user!
[{{:keys [customer contact]} :json-params
{:keys [postgresql]} :components}]
(let [{:customer/keys [id] :as internal-customer} (adapters.customer/wire->internal-customer customer)
(let [{:customer/keys [id] :as internal-customer} (adapters.customer/wire->internal-customer #p customer)
internal-contact (-> contact
(assoc :customer-id (str id))
adapters.contact/wire->internal-contact)]
Expand Down

0 comments on commit 46d0bad

Please sign in to comment.