🔧 chore(store.py): add temporary code to handle exception and set comp_count to 0 until bug is fixed

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-08 16:09:20 -03:00
commit f6bc5c82a9

View file

@ -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: