Skip to content

Commit

Permalink
public Loader.load_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Aug 30, 2023
1 parent f103704 commit d0615da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/beacon/loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ defmodule Beacon.Loader do
:ok
end

defp load_pages(site) do
@doc false
def load_pages(site) do
site
|> Content.list_published_pages()
|> Enum.map(fn page ->
Expand Down

0 comments on commit d0615da

Please sign in to comment.