forked from AkkomaGang/akkoma
Capitalize Atom
This commit is contained in:
parent
7f77433c0e
commit
7430ff9173
1 changed files with 2 additions and 2 deletions
|
@ -291,8 +291,8 @@ def get_atom_url(body) do
|
||||||
[[_, match]] = Regex.scan(@gs_classic_regex, body)
|
[[_, match]] = Regex.scan(@gs_classic_regex, body)
|
||||||
{:ok, match}
|
{:ok, match}
|
||||||
true ->
|
true ->
|
||||||
Logger.debug(fn -> "Couldn't find atom link in #{inspect(body)}" end)
|
Logger.debug(fn -> "Couldn't find Atom link in #{inspect(body)}" end)
|
||||||
{:error, "Couldn't find the atom link"}
|
{:error, "Couldn't find the Atom link"}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue