Skip to content

Commit f5b50a9

Browse files
authored
Add missing id in response (#918)
1 parent ed38dbf commit f5b50a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/Vote.Monitor.Api.Feature.Observer/ObserverModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public record ObserverModel
1818

1919
public record MonitoredElectionsDetails
2020
{
21+
public Guid Id { get; init; }
2122
public string Title { get; init; }
2223
public string EnglishTitle { get; init; }
2324
public string StartDate { get; init; }

0 commit comments

Comments
 (0)