Skip to content

Commit

Permalink
Required changes.
Browse files Browse the repository at this point in the history
Co-Authored-By: Areeb Jamal <[email protected]>
  • Loading branch information
prateekj117 and iamareebjamal authored Nov 26, 2019
1 parent 5f3ab66 commit dc326f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/helpers/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def decorated_function(*args, **kwargs):


@second_order_decorator(jwt_required)
def get_event_id(f):
def to_event_id(func):
"""
Get event id from event identifier.
:param f:
Expand Down

0 comments on commit dc326f9

Please sign in to comment.