Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
#1067 fix decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Sep 28, 2018
1 parent 53ee883 commit 5a5894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rasa_core/server.py
Expand Up @@ -109,9 +109,9 @@ def decorated(*args, **kwargs):
return Response("User is not authenticated.",
status=401)

return decorated
return decorated

return decorator
return decorator


def create_app(agent,
Expand Down

0 comments on commit 5a5894e

Please sign in to comment.