SES-105 list of logged charcters #36
@ -77,14 +77,7 @@ namespace SessionCompanion.Controllers
|
||||
foreach (var characterId in connectedCharacters.Values)
|
||||
|
||||
characters.Add(await _service.GetBasicCharacterData(characterId));
|
||||
|
||||
if (characters.Any())
|
||||
return characters;
|
||||
|
||||
return new ErrorResponse()
|
||||
{
|
||||
StatusCode = 204,
|
||||
Message = "No logged characters"
|
||||
};
|
||||
return characters;
|
||||
}
|
||||
}
|
||||
}
|
||||
s426134
commented
W sumie to brak zalogowanych postaci nie jest błędem, po prostu nie ma nic do wyświetlenia W sumie to brak zalogowanych postaci nie jest błędem, po prostu nie ma nic do wyświetlenia
|
Loading…
Reference in New Issue
Block a user
lepiej użyć metody .Contains od linq