We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cacd9b + a82ebe9 commit 1ac03cbCopy full SHA for 1ac03cb
1 file changed
api/.nextRelease/data/CH/inject.js
@@ -15,7 +15,7 @@ module.exports = (inc, contents) => {
15
include(inc, 'cell', '(' + random(3, 3) + ')-' + random(3, 3) + '-' + random(3, 4));
16
include(inc, 'id', {
17
name: 'AVS',
18
- value: '756.' + random(4, 4) + '.' + random(4, 4) + '.' + random(3, 2)
+ value: '756.' + random(3, 4) + '.' + random(3, 4) + '.' + random(3, 2)
19
});
20
include(inc, 'picture', pic);
21
-};
+};
0 commit comments