We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f378911 + 9f93dc0 commit cbe804fCopy full SHA for cbe804f
1 file changed
constants/role.constant.js
@@ -6,7 +6,7 @@ const Constants = {
6
const mongoose = require("mongoose");
7
8
const accountRole = {
9
- "_id": mongoose.Types.ObjectId(),
+ "_id": mongoose.Types.ObjectId(0),
10
"name": "account",
11
"routes": [
12
Constants.Routes.authRoutes.login,
0 commit comments