Bläddra i källkod

optimisation

WebUI
Guillaume TOPENOT 6 dagar sedan
förälder
incheckning
07d4b83b14
1 ändrade filer med 0 tillägg och 6 borttagningar
  1. +0
    -6
      WebUI/ReAct_PME.Application/Services/custom/ChatRoomService.cs

+ 0
- 6
WebUI/ReAct_PME.Application/Services/custom/ChatRoomService.cs Visa fil

@@ -229,11 +229,8 @@ namespace ReAct_PME.Application
{
var oneConv = await dt_conversationService.GetById_Async(IdConv);



if (oneConv != null)
{

ConversationDto conv = new();

conv.Id = oneConv.ID_CONVERSATION.ToString();
@@ -272,9 +269,6 @@ namespace ReAct_PME.Application
conv.Messages = lstMsg;
}



return conv;
}


Laddar…
Avbryt
Spara