🐛 fix(deps.py): fix typo in get_store_service function to return the correct service type

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-18 17:46:38 -03:00
commit c30bb79d64

View file

@ -50,4 +50,4 @@ def get_chat_service() -> "ChatService":
def get_store_service() -> "StoreService":
return service_manager.get(ServiceType.MARKETPLACE_SERVICE)
return service_manager.get(ServiceType.STORE_SERVICE)