Skip to content

Commit

Permalink
fixup! Update lib/oidcc/client_context.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Dec 27, 2023
1 parent 7e24f68 commit 3df37b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/oidcc/client_context.ex
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ defmodule Oidcc.ClientContext do
...> )
"""
@doc since: "3.2.0"
@spec apply_profiles(t(), :oidcc_profile.opts()) :: {:ok, t(), :oidcc_profile.opts_no_profiles()} | {:error, :oidcc_client_context.error()}
@spec apply_profiles(t(), :oidcc_profile.opts()) ::
{:ok, t(), :oidcc_profile.opts_no_profiles()} | {:error, :oidcc_client_context.error()}
def apply_profiles(client_context, opts) do
case :oidcc_client_context.apply_profiles(struct_to_record(client_context), opts) do
{:ok, context_record, opts} ->
Expand Down

0 comments on commit 3df37b4

Please sign in to comment.