Skip to content

Commit 8f34e30

Browse files
authoredSep 23, 2019
Merge pull request #27 from LostKobrakai/patch-1
Add missing alias for typespecs
2 parents 112538a + 3ace864 commit 8f34e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/phoenix_oauth2_provider/controllers/authorized_application_controller.ex

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ defmodule PhoenixOauth2Provider.AuthorizedApplicationController do
22
@moduledoc false
33
use PhoenixOauth2Provider.Controller
44
alias ExOauth2Provider.Applications
5+
alias Plug.Conn
56

67
@spec index(Conn.t(), map(), map(), keyword()) :: Conn.t()
78
def index(conn, _params, resource_owner, config) do

0 commit comments

Comments
 (0)