🔄 refactor(schema.py): rename MARKETPLACE_SERVICE enum value to STORE_SERVICE for consistency and clarity
This commit is contained in:
parent
67dddd7d75
commit
215bc0d079
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ class ServiceType(str, Enum):
|
|||
CHAT_SERVICE = "chat_service"
|
||||
SESSION_SERVICE = "session_service"
|
||||
TASK_SERVICE = "task_service"
|
||||
MARKETPLACE_SERVICE = "store_service"
|
||||
STORE_SERVICE = "store_service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue