Skip to content

Commit

Permalink
Fix unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Gourichon committed Jun 5, 2017
1 parent 6823c3f commit d801534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/mnoe-api/organizations.svc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ angular.module 'mnoEnterpriseAngular'
}

_self.can.connect = {
appInstance: (obj = null) -> _self.role.atLeastAdmin()
appInstance: -> _self.role.atLeastAdmin()
}

return @

0 comments on commit d801534

Please sign in to comment.