Skip to content

Commit

Permalink
Fix credo errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Aug 7, 2023
1 parent d521aec commit 6e28737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentrypeer/token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Sentrypeer.Token do
)
end

defp get_secret_key_base() do
defp get_secret_key_base do
Application.get_env(:sentrypeer, SentrypeerWeb.Endpoint)[:secret_key_base]
end
end

0 comments on commit 6e28737

Please sign in to comment.