We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf16a0 commit 5bdd87eCopy full SHA for 5bdd87e
lib/algora/integrations/github/client.ex
@@ -49,7 +49,7 @@ defmodule Algora.Github.Client do
49
50
defp maybe_handle_error(body), do: {:ok, body}
51
52
- defp run_cached(path, fun) do
+ def run_cached(path, fun) do
53
case read_from_cache(path) do
54
:not_found ->
55
Logger.warning("❌ Cache miss for #{path}")
0 commit comments