kopia lustrzana https://github.com/bugout-dev/moonstream
Another TODO
rodzic
53425e88c3
commit
b56e83a557
|
@ -79,6 +79,7 @@ async def search_transactions(
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise HTTPException(status_code=500)
|
raise HTTPException(status_code=500)
|
||||||
|
|
||||||
|
# TODO(andrey, kompotkot): Pagination over resources!!
|
||||||
address_to_subscriptions = {
|
address_to_subscriptions = {
|
||||||
resource.resource_data["address"]: resource.resource_data
|
resource.resource_data["address"]: resource.resource_data
|
||||||
for resource in user_subscriptions_resources.resources
|
for resource in user_subscriptions_resources.resources
|
||||||
|
|
Ładowanie…
Reference in New Issue