Skip to content

Commit

Permalink
added endDate in survey details res
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenKDass committed May 20, 2024
1 parent 9fcb519 commit e375d9e
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 e375d9e

Please sign in to comment.