© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Fernando Torres
Learning JS
Hi again!
There's a typo on Step 3 on this post. It's a missing closing parenthesis.
The code should be:
const uploadImg = multer({storage: storage}).single('image');