Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
remove comment
  • Loading branch information
emonddr committed Apr 24, 2019
1 parent 85b9ad8 commit 11b165e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class AuthenticationStrategyProvider
constructor(
@inject(AuthenticationBindings.METADATA)
private metadata: AuthenticationMetadata,
@extensions() // Sugar for @inject.getter(filterByTag({extensionPoint: 'greeter'}))
@extensions()
private authenticationStrategies: Getter<AuthenticationStrategy[]>,
) {}
value(): ValueOrPromise<AuthenticationStrategy | undefined> {
Expand Down

0 comments on commit 11b165e

Please sign in to comment.