mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-14 10:40:00 +01:00
formatting
This commit is contained in:
parent
ffd9ad1f0c
commit
8c0c930041
@ -134,7 +134,8 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPI do
|
||||
}
|
||||
|
||||
# no need to query DB if registration is open
|
||||
token = unless @registrations_open || is_nil(tokenString) do
|
||||
token =
|
||||
unless @registrations_open || is_nil(tokenString) do
|
||||
Repo.get_by(UserInviteToken, %{token: tokenString})
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user