Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Dec 21, 2023
1 parent 1723497 commit a56e3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/image_server.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
check `get-font-file-ready` for `font-file`
check `get-account-image-uri-fn` for `override-ring?`"
[{:keys [port public-key key-uid theme override-ring? font-file]}]
[{:keys [port public-key key-uid theme override-ring? font-file ratio uppercase-ratio]}]
(fn [{:keys [full-name length size background-color font-size color
indicator-size indicator-border indicator-color indicator-center-to-edge
ring? ring-width override-theme uppercase-ratio ratio]}]
ring? ring-width override-theme]}]
(get-initials-avatar-uri
{:port port
:public-key public-key
Expand Down

0 comments on commit a56e3e8

Please sign in to comment.