Add metadata and comp_count variables
This commit is contained in:
parent
bd74a16e47
commit
37e7c99ca2
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue