Skip to content

Commit c5d7666

Browse files
committed
change i
1 parent 90964e7 commit c5d7666

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
@@ -110,7 +110,7 @@ function createAllSingularRoles() {
110110
let roles = [];
111111

112112
// i is unique integer so that objectId is constant
113-
var i = 1000000;
113+
var i = 10000;
114114
for (let routeGroupKey in allRoutes) {
115115

116116
if (!allRoutes.hasOwnProperty(routeGroupKey)) {

0 commit comments

Comments
 (0)