Shahed
Shahed
TypeError: Cannot read properties of undefined (reading 'tree') at getFieldsFromMongooseSchema (/Users/****/Projects/*****/node_modules/mongoose-to-swagger/dist/index.js:138:25) ```json "mongoose-to-swagger": "1.4.0", "swagger-jsdoc": "^6.2.7", "swagger-ui-express": "^4.6.0", ```
## General **Reference:** #81 **Description:** Created `getCountryByPhoneCode` API which 1. checks if the `API` invoked has the correct number of required parameters sent to it. 2. checks if the sent...
There is a typo in `src/admin/migrations.js` in line no 6, `const Role = require("../app/imodels/Role");` to` const Role = require("../app/models/Role");`