We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1a8b1 commit d2455ebCopy full SHA for d2455eb
eFormAPI/eFormAPI.Web/Services/EformReportsService.cs
@@ -267,7 +267,7 @@ public async Task<OperationDataResult<EformReportFullModel>> GetEformReport(int
267
}
268
269
var eformReport = await _dbContext.EformReports
270
- .FirstOrDefaultAsync(x => x.TemplateId == templateId)
+ .FirstOrDefaultAsync(x => x.TemplateId == templateId);
271
272
if (eformReport == null)
273
{
0 commit comments