Skip to content

Commit

Permalink
feat: remove orgid dependancy in authz
Browse files Browse the repository at this point in the history
  • Loading branch information
niharbansal02 committed Aug 1, 2022
1 parent cf7a879 commit 4d7564a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/proxy/hook/authz/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ func (a Authz) ServeHook(res *http.Response, err error) (*http.Response, error)
attributes[key] = value
}

//resources, err := createResources(res.Request.Context(), attributes, a.Deps.V1beta1.ProjectService)
resources, err := createResources(res.Request.Context(), attributes, a.Deps.ProjectService)
if err != nil {
a.log.Error(err.Error())
Expand Down

0 comments on commit 4d7564a

Please sign in to comment.