From b56e83a557ad9ec68b06b07cfb96c1db8d00d212 Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Tue, 10 Aug 2021 06:19:37 -0700 Subject: [PATCH] Another TODO --- backend/moonstream/routes/streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/moonstream/routes/streams.py b/backend/moonstream/routes/streams.py index 94cb7b4b..58e0b9a0 100644 --- a/backend/moonstream/routes/streams.py +++ b/backend/moonstream/routes/streams.py @@ -79,6 +79,7 @@ async def search_transactions( except Exception as e: raise HTTPException(status_code=500) + # TODO(andrey, kompotkot): Pagination over resources!! address_to_subscriptions = { resource.resource_data["address"]: resource.resource_data for resource in user_subscriptions_resources.resources