Skip to content

Commit

Permalink
removed code debug variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jul 9, 2024
1 parent 61b476b commit 7d74a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ninja_jwt/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ class TokenVerificationController(ControllerBase):
url_name="token_verify",
)
def verify_token(self, token: schema.verify_schema):
asas = token.to_response_schema()
return asas
return token.to_response_schema()


class TokenBlackListController(ControllerBase):
Expand Down

0 comments on commit 7d74a31

Please sign in to comment.