forked from mirrors/akkoma
Remove unused pattern
This commit is contained in:
parent
4e8ab0deeb
commit
0681a26dbb
1 changed files with 8 additions and 9 deletions
|
@ -193,7 +193,6 @@ defmodule Pleroma.Instances.Instance do
|
||||||
|
|
||||||
Logger.info("Creating metadata for #{host}")
|
Logger.info("Creating metadata for #{host}")
|
||||||
|
|
||||||
{:ok, instance} =
|
|
||||||
%Instance{}
|
%Instance{}
|
||||||
|> changeset(%{
|
|> changeset(%{
|
||||||
host: host,
|
host: host,
|
||||||
|
|
Loading…
Reference in a new issue