fix/remove duplicated code

This commit is contained in:
SowinskiBraeden committed 2025-05-07 10:53:28 -07:00
1 parent 7ff74b8bbd
commit b2e795427d
1 file changed
-1
-1
View File
@@ -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;
/** /**