Skip to content

Commit 9f93dc0

Browse files
committed
Change objectId to be constant in accountRole
1 parent f378911 commit 9f93dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

constants/role.constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Constants = {
66
const mongoose = require("mongoose");
77

88
const accountRole = {
9-
"_id": mongoose.Types.ObjectId(),
9+
"_id": mongoose.Types.ObjectId(0),
1010
"name": "account",
1111
"routes": [
1212
Constants.Routes.authRoutes.login,

0 commit comments

Comments
 (0)