forked from MDCPS/DamageAssessment_Backend
Dockerise Sprint 2 Code with bug fix
This commit is contained in:
@ -54,7 +54,7 @@ namespace DamageAssesment.Api.Surveys.Providers
|
||||
IEnumerable<Models.Survey> surveysList = null;
|
||||
try
|
||||
{
|
||||
logger?.LogInformation("Gell all Surveys from DB");
|
||||
logger?.LogInformation("Get all Surveys from DB");
|
||||
var surveys = await surveyDbContext.Surveys.Where(s => s.IsEnabled == true).ToListAsync();
|
||||
var surveyTranslations = await surveyDbContext.SurveysTranslation.ToListAsync();
|
||||
|
||||
|
Reference in New Issue
Block a user