mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
Fix typo in send_project_description
This commit is contained in:
@@ -576,7 +576,7 @@ class IPCClientUI(UIBase):
|
||||
await self._send(MessageType.LOADING_FINISHED)
|
||||
|
||||
async def send_project_description(self, state: dict):
|
||||
await self._send(MessageType.PROJECT_DESCRIPTION, content=dict)
|
||||
await self._send(MessageType.PROJECT_DESCRIPTION, content=state)
|
||||
|
||||
async def send_features_list(self, features: list[str]):
|
||||
await self._send(MessageType.FEATURES_LIST, content={"featuresList": features})
|
||||
|
||||
Reference in New Issue
Block a user