hiteshchoudhary / chai-backend

A video series on chai aur code youtube channel
5.36k stars 803 forks source link

Fixed a bug related to avatar #87

Open Suryansh987 opened 10 months ago

Suryansh987 commented 10 months ago

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