-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
cve-services/src/controller/cve-id.controller/cve-id.controller.js
Lines 870 to 881 in 34fe473
| function cleanOutputSequential (cveIdDocuments) { | |
| cveIdDocuments.forEach((obj) => { | |
| const cveId = JSON.parse(JSON.stringify(obj)) | |
| delete cveId.time | |
| if (cveId.__v !== undefined) { | |
| delete cveId.__v | |
| } | |
| }) | |
| return cveIdDocuments | |
| } |
The delete operations on cveId do not affect the return value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Needs Triage