We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fa5e5 commit ddb42e4Copy full SHA for ddb42e4
api/src/Feature.Form.Submissions/GetAggregated/Endpoint.cs
@@ -44,7 +44,7 @@ public override async Task<Results<Ok<Response>, NotFound>> ExecuteAsync(FormSub
44
""")
45
.Where(x => x.Id == req.FormId)
46
.Where(x => x.Status == FormStatus.Published)
47
- .Where(x => x.FormType != FormType.CitizenReporting && x.FormType != FormType.IncidentReporting)
+ .Where(x => x.FormType != FormType.CitizenReporting)
48
.AsNoTracking()
49
.FirstOrDefaultAsync(ct);
50
0 commit comments