Add team roles and content management updates
This commit is contained in:
@@ -39,7 +39,7 @@ public static partial class PublicEndpoints
|
||||
item.Status,
|
||||
Nominee = item.CandidateId != null
|
||||
? item.Candidate!.DisplayName
|
||||
: item.CandidateText,
|
||||
: item.CandidateText ?? item.StreamUrl,
|
||||
})
|
||||
.ToArrayAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user