Skip to content

Commit ddb42e4

Browse files
authored
Update Endpoint.cs (#941)
1 parent d5fa5e5 commit ddb42e4

File tree

1 file changed

+1
-1
lines changed
  • api/src/Feature.Form.Submissions/GetAggregated

1 file changed

+1
-1
lines changed

api/src/Feature.Form.Submissions/GetAggregated/Endpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public override async Task<Results<Ok<Response>, NotFound>> ExecuteAsync(FormSub
4444
""")
4545
.Where(x => x.Id == req.FormId)
4646
.Where(x => x.Status == FormStatus.Published)
47-
.Where(x => x.FormType != FormType.CitizenReporting && x.FormType != FormType.IncidentReporting)
47+
.Where(x => x.FormType != FormType.CitizenReporting)
4848
.AsNoTracking()
4949
.FirstOrDefaultAsync(ct);
5050

0 commit comments

Comments
 (0)