Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 30, 2024
1 parent c393774 commit 5d4b964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions livekit-rtc/livekit/rtc/participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def register(handler_func):

if handler is not None:
register(handler)
return None
else:
# Called as a decorator
return register
Expand Down

0 comments on commit 5d4b964

Please sign in to comment.