File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/web/server/src/simcore_service_webserver/conversations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ async def delete_conversation(
112112 app : web .Application ,
113113 * ,
114114 product_name : ProductName ,
115- project_id : ProjectID ,
116115 user_id : UserID ,
116+ project_id : ProjectID ,
117117 conversation_id : ConversationID ,
118118) -> None :
119119 await _conversation_repository .delete (
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ async def notify_conversation_deleted(
150150 * ,
151151 recipients : set [UserID ],
152152 product_name : ProductName ,
153- project_id : ProjectID ,
154153 user_group_id : GroupID ,
154+ project_id : ProjectID ,
155155 conversation_id : ConversationID ,
156156) -> None :
157157 notification_message = SocketMessageDict (
You can’t perform that action at this time.
0 commit comments