Skip to content

Commit

Permalink
Merge pull request #156 from praveenKDass/release-6.0.0
Browse files Browse the repository at this point in the history
added endDate in survey details res
  • Loading branch information
aks30 authored May 20, 2024
2 parents 8f714d7 + e375d9e commit aff6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/surveys/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ module.exports = class SurveysHelper {
assessment.name = solutionDocument.name;
assessment.description = solutionDocument.description;
assessment.externalId = solutionDocument.externalId;

assessment.endDate =surveyDocument.endDate;
let criteriaId = solutionDocument.themes[0].criteria[0].criteriaId;
let weightage = solutionDocument.themes[0].criteria[0].weightage;

Expand Down

0 comments on commit aff6910

Please sign in to comment.