🔧 chore(store.py): add temporary code to handle exception and set comp_count to 0 until bug is fixed
This commit is contained in:
parent
f323bc4d8a
commit
f6bc5c82a9
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ def get_components(
|
|||
is_component=is_component,
|
||||
)
|
||||
except Exception:
|
||||
#! This should be removed once we fix the bug
|
||||
comp_count = 0
|
||||
|
||||
if store_api_Key:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue