Vibhu Gautam
Vibhu Gautam
Hey , you have to write like this : req.userId = decodedData?.id; There shouldn't be any spaces between ? and .
Hello, Yes I was able to do that. Please don't give any spaces. Just write decodedData?.id; On Thu, Jul 22, 2021, 10:22 PM Denis Ouma ***@***.***> wrote: > This (req.userId...
If not, then I will share my GitHub repo, you can have a look there. On Sat, Jul 24, 2021, 12:59 PM VIBHU PARMAR ***@***.***> wrote: > Hello, > Yes...
Hey , I did this : **const hasLikedPost = likes.find((like) => like === userId);**
Thanks @alejandro-alcaide . Tags were working after I press enter