Skip to content

Commit e0e221b

Browse files
committed
Update .nextRelease to match latest 1.3 changes
1 parent 5ec863b commit e0e221b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/.nextRelease/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Generator {
170170
timezone
171171
});
172172

173-
this.include('email', tr.transliterate(name[0]) + '.' + tr.transliterate(name[1]).replace(/ /g, '') + '@example.com');
173+
this.include('email', tr.transliterate(`${name[0]}.${name[1]}`).replace(/ /g, '').toLowerCase() + '@example.com');
174174

175175
let salt = random(2, 8);
176176
let password = this.password === undefined ? randomItem(this.datasets.common.passwords) : this.genPassword();

0 commit comments

Comments
 (0)