Cleaning up User Model.
This commit is contained in:
parent
1bf89e62e7
commit
5ad1c99ead
19 changed files with 23 additions and 26 deletions
|
|
@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
|
||||
//Config
|
||||
const config = require('../../config.json');
|
||||
const {userModel} = require('../schemas/userSchema');
|
||||
const userModel = require('../schemas/userSchema');
|
||||
const permissionModel = require('../schemas/permissionSchema');
|
||||
const channelModel = require('../schemas/channel/channelSchema');
|
||||
const {exceptionHandler, errorHandler} = require("../utils/loggerUtils");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue