Skip to content

Commit 7aad455

Browse files
authored
Removed obsolete function from StripeConnectAccountController (#1049)
- missed it on my review
1 parent 49eb0b5 commit 7aad455

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/code_corps_web/controllers/stripe_connect_account_controller.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ defmodule CodeCorpsWeb.StripeConnectAccountController do
1010
plug CodeCorpsWeb.Plug.DataToAttributes
1111
plug CodeCorpsWeb.Plug.IdsToIntegers
1212

13-
@spec model :: module
14-
def model, do: CodeCorps.StripeConnectAccount
15-
1613
@spec show(Conn.t, map) :: Conn.t
1714
def show(%Conn{} = conn, %{"id" => id} = params) do
1815
with %User{} = current_user <- conn |> Guardian.Plug.current_resource,

0 commit comments

Comments
 (0)