old conflicts and version update

This commit is contained in:
Firehose Bot
2026-07-13 15:01:19 +01:00
parent 7af61a917f
commit 4885c94b72
9 changed files with 70 additions and 193 deletions
+3 -1
View File
@@ -153,7 +153,9 @@ defmodule Blogex.Blog do
def _validate_links(posts, blog_id) do
Enum.each(posts, fn post ->
case Blogex.LinkValidator.validate_body(post.body, blog_id, post_id: post.id) do
:ok -> :ok
:ok ->
:ok
{:error, errors} ->
raise Blogex.LinkError,
blog: blog_id,
-1
View File
@@ -174,7 +174,6 @@ defmodule Blogex.LinkValidator do
end
end
# --- Private helpers ---
@doc false