Removed TODO about user_id

pull/105/head
Neeraj Kashyap 2021-08-10 08:53:26 -07:00
rodzic eea08063a3
commit 1c0be19466
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -99,7 +99,6 @@ async def add_subscription_handler(
# TODO(andrey, kompotkot): I think you should add a "type": "subscription" in the resource_data.
# This is related to TODO I created in /streams route handler.
# TODO(andrey, kompotkot): Is "user_id" required to store in the resource if we resolve user through their token?
resource_data = {"user_id": str(user.id)}
resource_data.update(subscription_data)