Correct this attempt to modify "product" or use "let" in its declaration. [+1 location] code example
Example: Correct this attempt to modify "product" or use "let" in its declaration. [+1 location]
//before
product = await product.save();
//after
let product = await product.save();