chai-backend icon indicating copy to clipboard operation
chai-backend copied to clipboard

Fixed a bug related to avatar

Open Suryansh987 opened this issue 1 year ago • 0 comments

req.files?.avatar[0] can cause errors as req.file?.avatar give undefined if not present and undefined[0] will throw error so fixed it

Suryansh987 avatar Jan 28 '24 17:01 Suryansh987