Skip to content

Commit 8267dbd

Browse files
Remove missed, unused alias
1 parent 2c977c9 commit 8267dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/code_corps/policy/github_app_installation.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule CodeCorps.Policy.GithubAppInstallation do
44
"""
55
import CodeCorps.Policy.Helpers, only: [get_project: 1, owned_by?: 2]
66

7-
alias CodeCorps.{GithubAppInstallation, User}
7+
alias CodeCorps.User
88

9+
@spec create?(User.t, map) :: boolean
910
def create?(%User{} = user, params), do: params |> get_project |> owned_by?(user)
10-
1111
end

0 commit comments

Comments
 (0)