express-crud-router
express-crud-router copied to clipboard
Missing importing p-limit?
I'm trying to deploy to AWS Lambda an application that uses express-crud-router, but I'm getting an error stating it cannot find the p-limit module. I see it being used on the following file, but I don't see a reference to p-limit on package.json. Doesn't it have to be imported on package.json?
https://github.com/nicgirault/express-crud-router/blob/b2fc8c1083e99e4c64c736bc8f70356cfffd54ff/src/getList/index.ts#L2