100xdevs-cohort-2 / paytm

144 stars 334 forks source link

remove extra map #28

Open deepakdevcast opened 1 month ago

deepakdevcast commented 1 month ago

Mongoose Find provides a select specific fields from data reference: https://stackoverflow.com/questions/24348437/mongoose-select-a-specific-field-with-find

deepakdevcast commented 1 month ago

this uses the Mongoose inbuild select features and reduces the map loop complexity.