Skip to content

Commit cbe804f

Browse files
authored
Merge pull request #196 from hackmcgill/bug/accountRoleID
Bug/account_role_id
2 parents f378911 + 9f93dc0 commit cbe804f

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)