Remove bcrypt import on wishlist
This commit is contained in:
parent
634d4cfabb
commit
3d51d62dc5
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
const verifyAuth = require('../../middlewares/verifyAuth');
|
||||
const getProductName = require('get-product-name');
|
||||
const bcrypt = require('bcrypt-nodejs');
|
||||
const express = require('express');
|
||||
const config = require('../../config');
|
||||
const uuid = require('uuid/v4');
|
||||
|
|
Loading…
Reference in a new issue