Bikash9609

Results 5 comments of Bikash9609

> Same error I was getting this error from one of the packages in my package.json. I simply removed the package and installed it's upgraded version. I don't remember the...

Me too getting the same error. So I tried doing something like this: `export const tempName = (req: Request, res: Response, next: NextFunction) => async () => { // everything...

> Any updates here? Can you share some code where you are getting this lint error? I think I know the solution

> ``` app.get('/async-error', async (_request: Request, response: Response): Promise // Added this => { await asyncThrowError(); response.status(200).json({ success: true }); }); ``` or ``` app.get('/async-error', async (_request: Request, response: Response)...