Return playerId in all suggestions for vote edit checks
This commit is contained in:
@@ -215,6 +215,7 @@ public static class SuggestEndpoints
|
|||||||
.Select(s => new
|
.Select(s => new
|
||||||
{
|
{
|
||||||
s.Id,
|
s.Id,
|
||||||
|
s.PlayerId,
|
||||||
s.Name,
|
s.Name,
|
||||||
s.Genre,
|
s.Genre,
|
||||||
s.Description,
|
s.Description,
|
||||||
|
|||||||
Reference in New Issue
Block a user