Add metadata and comp_count variables

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-23 17:43:22 -03:00
commit 37e7c99ca2

View file

@ -445,6 +445,8 @@ class StoreService(Service):
result: List[ListComponentResponse] = []
authorized = False
metadata = {}
comp_count = 0
try:
result, metadata = await self.query_components(
api_key=store_api_key,