Skip to content

Commit f5083d7

Browse files
committed
Fix private function being public
1 parent af5ad26 commit f5083d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cadet/accounts/ivle.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ defmodule Cadet.Accounts.IVLE do
169169
# The authentication token parameter must be provided explicitly rather than
170170
# provided implicitly by this function as some API calls use ...&Token={token},
171171
# while others use ...&AuthToken={token}
172-
def api_url(method, queries) do
172+
defp api_url(method, queries) do
173173
queries = [APIKey: @api_key] ++ queries
174174

175175
url =

0 commit comments

Comments
 (0)