mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-10 01:25:39 +00:00
Fix compile error caused by previous merge
This commit is contained in:
parent
073be9db53
commit
9a4af66e71
@ -48,9 +48,6 @@
|
|||||||
user (assoc (get-or-create-user access-token)
|
user (assoc (get-or-create-user access-token)
|
||||||
token-key access-token)]
|
token-key access-token)]
|
||||||
(when new-user?
|
(when new-user?
|
||||||
(hubspot/create-hubspot-contact (:email user)
|
|
||||||
(:name user "")
|
|
||||||
(:login user)))
|
|
||||||
(try
|
(try
|
||||||
(hubspot/create-hubspot-contact (:email user)
|
(hubspot/create-hubspot-contact (:email user)
|
||||||
(:name user "")
|
(:name user "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user