Skip to content

Commit

Permalink
Merge pull request #37 from mmerickel/pe-fix-context-injector
Browse files Browse the repository at this point in the history
pe-fix-context-injector
  • Loading branch information
mmerickel authored Oct 10, 2020
2 parents 5ee2703 + a6b218d commit 63cee7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wired/dataclasses/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class LoginService:

def __init__(self, for_=None, context=None, name: str = ''):
self.for_ = for_
self.context = context if context else for_
self.context = context
self.name = name

def __call__(self, wrapped):
Expand Down

0 comments on commit 63cee7e

Please sign in to comment.