Convert macro to fn

Signed-off-by: Shivek Khurana <shivek@status.im>
This commit is contained in:
Shivek Khurana 2021-10-14 16:05:35 +05:30
parent 933e74f1b3
commit e1666aa169
No known key found for this signature in database
GPG Key ID: 9BEB56E6E62968C7
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
(fx/merge cofx
{::json-rpc/call [{:method "multiaccounts_storeIdentityImageFromURL"
:params [key-uid url]
:on-error log/warn
:on-error #(log/error "::save-profile-picture-from-url error" %)
:on-success #(re-frame/dispatch [::update-local-picture %])}]}
(bottom-sheet/hide-bottom-sheet))))