Show edit on own cards during voting; include playerId in listings
This commit is contained in:
@@ -19,6 +19,7 @@ public static class SuggestEndpoints
|
||||
.Select(s => new
|
||||
{
|
||||
s.Id,
|
||||
s.PlayerId,
|
||||
s.Name,
|
||||
s.Genre,
|
||||
s.Description,
|
||||
@@ -195,6 +196,7 @@ public static class SuggestEndpoints
|
||||
.Select(s => new
|
||||
{
|
||||
s.Id,
|
||||
s.PlayerId,
|
||||
s.Name,
|
||||
s.Genre,
|
||||
s.Description,
|
||||
|
||||
Reference in New Issue
Block a user