fix/remove duplicated code
This commit is contained in:
1 file changed
-1
@@ -2,7 +2,6 @@ const status = require("../util/statuses");
|
|||||||
const ObjectId = require('mongodb').ObjectId;
|
const ObjectId = require('mongodb').ObjectId;
|
||||||
const bcrypt = require("bcrypt");
|
const bcrypt = require("bcrypt");
|
||||||
const joi = require("joi");
|
const joi = require("joi");
|
||||||
const { ObjectId } = require('mongodb');
|
|
||||||
const salt = 12;
|
const salt = 12;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in new issue
Block a user