Skip to content

Commit d71d561

Browse files
authored
Merge branch 'main' into replace-intern-randomize-use
2 parents 535a8f0 + 3aea453 commit d71d561

File tree

3 files changed

+46
-45
lines changed

3 files changed

+46
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@
111111
"lint-staged": "~12.3.7",
112112
"npm-run-all": "~4.1.5",
113113
"picocolors": "~1.0.0",
114-
"prettier": "2.6.0",
114+
"prettier": "2.6.1",
115115
"prettier-plugin-organize-imports": "~2.3.4",
116116
"rimraf": "~3.0.2",
117117
"sanitize-html": "~2.7.0",
118118
"simple-git-hooks": "~2.7.0",
119119
"standard-version": "~9.3.2",
120120
"typedoc": "~0.22.13",
121121
"typedoc-plugin-missing-exports": "~0.22.6",
122-
"typescript": "~4.6.2",
122+
"typescript": "~4.6.3",
123123
"validator": "~13.7.0",
124124
"vite": "~2.8.6",
125125
"vitepress": "~0.22.3",

pnpm-lock.yaml

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/address.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,9 @@ export class Address {
310310
*/
311311
secondaryAddress(): string {
312312
return this.Helpers.replaceSymbolWithNumber(
313-
// TODO ST-DDT 2022-01-30: this.faker.definitions.address.secondary_address
314-
this.faker.random.arrayElement(['Apt. ###', 'Suite ###'])
313+
this.faker.random.arrayElement(
314+
this.faker.definitions.address.secondary_address
315+
)
315316
);
316317
}
317318

0 commit comments

Comments
 (0)