Skip to content

Commit 5bdd87e

Browse files
committed
refactor: make Client.run_cached public
1 parent caf16a0 commit 5bdd87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/integrations/github/client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule Algora.Github.Client do
4949

5050
defp maybe_handle_error(body), do: {:ok, body}
5151

52-
defp run_cached(path, fun) do
52+
def run_cached(path, fun) do
5353
case read_from_cache(path) do
5454
:not_found ->
5555
Logger.warning("❌ Cache miss for #{path}")

0 commit comments

Comments
 (0)