Skip to content

Commit fd9aad6

Browse files
committed
fix: change fn to public
1 parent bfe5009 commit fd9aad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/accounts/accounts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ defmodule Algora.Accounts do
746746
Repo.all(from m in UserMedia, where: m.user_id == ^user.id)
747747
end
748748

749-
defp youtube_url?(url) do
749+
def youtube_url?(url) do
750750
String.contains?(url, "youtube.com") or String.contains?(url, "youtu.be")
751751
end
752752

0 commit comments

Comments
 (0)