Skip to content

Commit 5da5b94

Browse files
revert: action
1 parent ee6bb82 commit 5da5b94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def _make_project_conversation_message_created_message(
3838
return SocketMessageDict(
3939
event_type=SOCKET_IO_PROJECT_CONVERSATION_MESSAGE_CREATED_EVENT,
4040
data={
41-
"action": "create",
4241
"project_id": project_id,
4342
**conversation_message.model_dump(mode="json"),
4443
},

0 commit comments

Comments
 (0)