forked from AkkomaGang/akkoma
Raise on usage of old function.
This commit is contained in:
parent
0896cf4c0f
commit
d3180e0ccc
1 changed files with 1 additions and 3 deletions
|
@ -61,9 +61,7 @@ def follow_changeset(struct, params \\ %{}) do
|
|||
end
|
||||
|
||||
def info_changeset(struct, params \\ %{}) do
|
||||
struct
|
||||
|> cast(params, [:info])
|
||||
|> validate_required([:info])
|
||||
raise "NOT VALID ANYMORE"
|
||||
end
|
||||
|
||||
def user_info(%User{} = user) do
|
||||
|
|
Loading…
Reference in a new issue