I wrote a code for my site. And I wrote this code wanted to sort out the authorized member and not authorized but applied member who applied but not obtained authorization. And I wanna know why there is an error in line 13 which it says “Parsing error : unexpected token .” Plz help solving this.
Just delete the “;” before on line 12, so the code looks like this:
.find()
.then((results) => {
Thanks for your help!!