Skip to content

Commit 3930f11

Browse files
committed
feat: update generate_avatar calls to match new options
1 parent 768c44d commit 3930f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

priv/repo/seeds/organizations.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ defmodule Atomic.Repo.Seeds.Organizations do
5858
logo_path =
5959
Atomic.GenerateAvatar.generate_avatar(
6060
organization["name"],
61-
"priv/static/images/#{organization["name"]}.svg"
61+
path: "priv/static/images/#{organization["name"]}.svg"
6262
)
6363

6464
new_org

0 commit comments

Comments
 (0)