Show edit on own cards during voting; include playerId in listings

This commit is contained in:
2026-02-04 22:19:49 +01:00
parent aaeb6a7c44
commit 8602f61ff4
3 changed files with 7 additions and 1 deletions

View File

@@ -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,