Skip to content

Commit

Permalink
Merge pull request #916 from CVEProject/jd-713
Browse files Browse the repository at this point in the history
Resolves #713
  • Loading branch information
slubar authored Nov 10, 2022
2 parents 4884a24 + 1cae486 commit 4eab157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/cve.controller/cve.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ async function submitCna (req, res, next) {
const dateUpdated = (new Date()).toISOString()
const additionalCveMetadataFields = {
assignerShortName: assignerShortName,
requesterUserId: cveId.requested_by.user,
dateReserved: (cveId.reserved).toISOString(),
datePublished: dateUpdated
}
Expand Down

0 comments on commit 4eab157

Please sign in to comment.