We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34e9a30 + b1ddac6 commit 2089a26Copy full SHA for 2089a26
1 file changed
api/.nextRelease/data/BR/inject.js
@@ -7,8 +7,8 @@ module.exports = (inc, contents) => {
7
include(inc, contents, 'phone', '(' + random(3, 2) + ') ' + random(3, 4) + '-' + random(3, 4));
8
include(inc, contents, 'cell', '(' + random(3, 2) + ') ' + random(3, 4) + '-' + random(3, 4));
9
include(inc, contents, 'id', {
10
- name: '',
11
- value: null
+ name: 'CPF',
+ value: random(3, 3) + '.' + random(3, 3) + '.' + random(3, 3) + '-' + random(3, 2)
12
});
13
include(inc, contents, 'picture', pic);
14
-};
+};
0 commit comments