Skip to content

Commit 9ac3e0e

Browse files
authored
Fix listing of the observers guides as observer (#933)
1 parent 90bb60e commit 9ac3e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/Feature.ObserverGuide/List/Endpoint.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ private async Task<Results<Ok<Response>, NotFound>> ListObserverGuidesAsObserver
217217
}
218218

219219
var ngo = await context.MonitoringNgos
220+
.Where(x=>x.ElectionRoundId == electionRoundId)
220221
.Where(x => x.MonitoringObservers.Any(mo => mo.ObserverId == observerId))
221222
.Select(x => new { x.NgoId })
222223
.FirstOrDefaultAsync(ct);

0 commit comments

Comments
 (0)