Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 authored and chownces committed May 10, 2024
1 parent 72598c9 commit 82bfbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cadet/auth/provider.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Cadet.Auth.Provider do
it for a token with the OAuth2 provider, and then retrieves the user ID and name.
"""

@type code :: String.t()
@type code :: String.t() | Plug.Conn.t()
@type token :: String.t()
@type client_id :: String.t()
@type redirect_uri :: String.t()
Expand Down

0 comments on commit 82bfbfa

Please sign in to comment.