Skip to content

Commit a82ebe9

Browse files
committed
1 parent 37febad commit a82ebe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/.nextRelease/data/CH/inject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = (inc, contents) => {
1515
include(inc, 'cell', '(' + random(3, 3) + ')-' + random(3, 3) + '-' + random(3, 4));
1616
include(inc, 'id', {
1717
name: 'AVS',
18-
value: '756.' + random(4, 4) + '.' + random(4, 4) + '.' + random(3, 2)
18+
value: '756.' + random(3, 4) + '.' + random(3, 4) + '.' + random(3, 2)
1919
});
2020
include(inc, 'picture', pic);
21-
};
21+
};

0 commit comments

Comments
 (0)