From 91692856f96710235f5336d63f82568c5af387bd Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 4 Feb 2026 22:23:36 +0100 Subject: [PATCH] Return playerId in all suggestions for vote edit checks --- Endpoints/SuggestEndpoints.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Endpoints/SuggestEndpoints.cs b/Endpoints/SuggestEndpoints.cs index b17b09d..a99076d 100644 --- a/Endpoints/SuggestEndpoints.cs +++ b/Endpoints/SuggestEndpoints.cs @@ -215,6 +215,7 @@ public static class SuggestEndpoints .Select(s => new { s.Id, + s.PlayerId, s.Name, s.Genre, s.Description,