SES-105 list of logged charcters #36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "SES-105"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SES-105to SES-105 list of logged charcters@ -64,0 +74,4 @@
List<CharacterBasicStatsViewModel> characters = new List<CharacterBasicStatsViewModel>();
var connectedCharacters = _sessionHubData.ConnectedCharacters_Prop;
foreach (var characterId in connectedCharacters.Values)
lepiej użyć metody .Contains od linq
@ -64,0 +80,4 @@
if (characters.Any())
return characters;
return new ErrorResponse()
W sumie to brak zalogowanych postaci nie jest błędem, po prostu nie ma nic do wyświetlenia