mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-23 15:05:45 +00:00
Swap map with each
This commit is contained in:
parent
b88dbc17c8
commit
b64c7b35d4
|
@ -490,7 +490,7 @@ defmodule Pleroma.User do
|
||||||
end
|
end
|
||||||
|
|
||||||
def try_send_confirmation_email(users) do
|
def try_send_confirmation_email(users) do
|
||||||
Enum.map(users, &try_send_confirmation_email/1)
|
Enum.each(users, &try_send_confirmation_email/1)
|
||||||
end
|
end
|
||||||
|
|
||||||
def needs_update?(%User{local: true}), do: false
|
def needs_update?(%User{local: true}), do: false
|
||||||
|
|
Loading…
Reference in a new issue