We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b2f5c1 + cf456fc commit e201549Copy full SHA for e201549
5 files changed
api/.nextRelease/data/DE/inject.js
@@ -8,5 +8,9 @@ module.exports = (inc, contents) => {
8
name: '',
9
value: null
10
});
11
+ include(inc, 'location', () => {
12
+ var oldStreet = contents.location.street.replace(/(\d+) /, '');
13
+ contents.location.street = oldStreet + ' ' + range(1, 200);
14
+ });
15
include(inc, 'picture', pic);
-};
16
+};
0 commit comments