Skip to content

Commit

Permalink
EPICSYSTEM-17: Update SLUG in epic for MET engagements (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckoelewyn committed May 23, 2024
1 parent e9bc868 commit 55c16b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/controllers/commentperiod.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,13 @@ exports.protectedPut = async function (args, res) {
var CommentPeriod = mongoose.model('CommentPeriod');

var commentPeriod = {
commentTip: obj.commentTip,
dateCompleted: obj.dateCompleted,
dateStarted: obj.dateStarted,
dateUpdated: new Date(),
isMet: obj.isMet,
instructions: obj.instructions,
commentTip: obj.commentTip,
metURL: obj.metURL,
milestone: mongoose.Types.ObjectId(obj.milestone),
openHouses: obj.openHouses,
relatedDocuments: obj.relatedDocuments,
Expand Down

0 comments on commit 55c16b7

Please sign in to comment.