We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d7666 commit c27f91fCopy full SHA for c27f91f
1 file changed
constants/role.constant.js
@@ -89,7 +89,7 @@ const sponsorT4Role = {
89
};
90
91
const sponsorT5Role = {
92
- "_id": mongoose.Types.ObjectId.createFromTime(7),
+ "_id": mongoose.Types.ObjectId.createFromTime(8),
93
"name": Constants.General.SPONSOR_T5,
94
"routes": [
95
Constants.Routes.sponsorRoutes.post,
@@ -110,7 +110,7 @@ function createAllSingularRoles() {
110
let roles = [];
111
112
// i is unique integer so that objectId is constant
113
- var i = 10000;
+ var i = 1000000;
114
for (let routeGroupKey in allRoutes) {
115
116
if (!allRoutes.hasOwnProperty(routeGroupKey)) {
0 commit comments