Skip to content

Commit

Permalink
missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jun 26, 2018
1 parent 71e3482 commit fb5a7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/publisher.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Publisher.prototype.publish = function (metadata) {
editorDraft: metadata.get('editorDraft'),
processRules: metadata.get('processRules'),
implementationReport: metadata.get('implementationReport'),
implementationFeedbackDue: new Moment(metadata.get('implementationFeedbackDue', 'YYYY-MM-DD')
implementationFeedbackDue: new Moment(metadata.get('implementationFeedbackDue'), 'YYYY-MM-DD')
.format('YYYY-MM-DD'),
cfe: metadata.get('cfe')
}
Expand Down

0 comments on commit fb5a7c4

Please sign in to comment.