Closed waldothedeveloper closed 1 year ago
Since we have const { sourceId, amount } = req.body on line 23, we can use these properties as shorthand properties
const { sourceId, amount } = req.body
Since we have
const { sourceId, amount } = req.body
on line 23, we can use these properties as shorthand properties