Skip to content

Commit c49c10c

Browse files
committed
transliterate the data
1 parent 938395d commit c49c10c

File tree

7 files changed

+9575
-10696
lines changed

7 files changed

+9575
-10696
lines changed

api/.nextRelease/data/UA/inject.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const {random, randomItem, include,} = require('../../api');
22

33
module.exports = (inc, contents) => {
4-
const mobileProviders = ['066', '067', '068', '096', '097', '098', '099'];
4+
const mobileProviders = ['66', '67', '68', '96', '97', '98', '99'];
55

66
const pic = contents.picture;
77
delete contents.picture;
88

9-
include(inc, contents, 'phone', '(' + randomItem(mobileProviders) + random(3, 2) + ') ' + random(4, 1) + random(3, 2) + '-' + random(3, 4));
10-
include(inc, contents, 'cell', '(' + random(4, 1) + random(3, 2) + ') ' + random(4, 1) + random(3, 2) + '-' + random(3, 4));
9+
include(inc, contents, 'phone', '(0' + randomItem(mobileProviders) + ') ' + random(4, 1) + random(3, 2) + '-' + random(3, 4));
10+
include(inc, contents, 'cell', '(0' + randomItem(mobileProviders) + ') ' + random(4, 1) + random(3, 2) + '-' + random(3, 4));
1111
include(inc, contents, 'id', {
1212
name: '',
1313
value: null

0 commit comments

Comments
 (0)