Skip to content

Commit b86b530

Browse files
authored
Update inject.js
update id section
1 parent 53ecd5e commit b86b530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/.nextRelease/data/RS/inject.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module.exports = (inc, contents) => {
99
include(inc, contents, 'phone', '0' + randomItem(district) + random(3, 1) + '-' + random(3, 4) + '-' + random(3, 3));
1010
include(inc, contents, 'cell', '06' + random(3, 1) + '-' + random(3, 4) + '-' + random(3, 3));
1111
include(inc, contents, 'id', {
12-
name: '',
13-
value: null
12+
name: 'SID',
13+
value: random(3, 9)
1414
});
1515
include(inc, contents, 'picture', pic);
16-
};
16+
};

0 commit comments

Comments
 (0)