fix(api): заполнение данных о пользователе в кэше
This commit is contained in:
@@ -74,7 +74,7 @@ namespace PARR.API.Services.Implementations
|
||||
|
||||
if (user != null)
|
||||
{
|
||||
cacheData.Name = user.Name + host != null ? $", {host!.Ek}" : string.Empty;
|
||||
cacheData.Name = user.Name + (host != null ? $", {host.Ek}" : string.Empty);
|
||||
cacheData.Description = user.Description ?? string.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user