🐛 fix(deps.py): fix typo in get_store_service function to return the correct service type
This commit is contained in:
parent
215bc0d079
commit
c30bb79d64
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue