Fixed bug in perm check middleware caused by last refactor
This commit is contained in:
parent
5ad1c99ead
commit
805387b3da
19 changed files with 30 additions and 26 deletions
|
|
@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
|
||||
//local imports
|
||||
const {exceptionHandler, errorHandler} = require('../../../utils/loggerUtils');
|
||||
const userModel = require('../../../schemas/userSchema');
|
||||
const {userModel} = require('../../../schemas/userSchema');
|
||||
|
||||
//api list account functions
|
||||
module.exports.get = async function(req, res){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue