fix: correct indentation in check_user_stream_limits function

This commit is contained in:
SergeantPanda 2026-03-26 19:14:46 -05:00
parent b671a72707
commit 58befaa52b

View file

@ -164,4 +164,4 @@ def check_user_stream_limits(user, client_id):
if not attempt_stream_termination(user.id, client_id, active_connections):
return False
return True
return True