File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ export class Address {
291291 * @param useAbbr
292292 */
293293 // TODO christopher 2022-01-13: useAbbr not in use
294- state ( useAbbr : boolean ) : string {
294+ state ( useAbbr ? : boolean ) : string {
295295 return this . faker . random . arrayElement ( this . faker . definitions . address . state ) ;
296296 }
297297
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ export class Helpers {
394394 ) ,
395395 phone : this . faker . phone . phoneNumber ( ) ,
396396 address : {
397- street : this . faker . address . streetName ( true ) ,
397+ street : this . faker . address . streetName ( ) ,
398398 suite : this . faker . address . secondaryAddress ( ) ,
399399 city : this . faker . address . city ( ) ,
400400 zipcode : this . faker . address . zipCode ( ) ,
@@ -423,7 +423,7 @@ export class Helpers {
423423 username : this . faker . internet . userName ( ) ,
424424 email : this . faker . internet . email ( ) ,
425425 address : {
426- street : this . faker . address . streetName ( true ) ,
426+ street : this . faker . address . streetName ( ) ,
427427 suite : this . faker . address . secondaryAddress ( ) ,
428428 city : this . faker . address . city ( ) ,
429429 zipcode : this . faker . address . zipCode ( ) ,
You can’t perform that action at this time.
0 commit comments