Skip to content

Commit

Permalink
[api] [fix] [minor] Remove this scope #376
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Oct 27, 2018
1 parent ad88ac3 commit 8f032d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/address.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Address (faker) {
if (zipRange) {
return faker.random.number(zipRange);
}
return this.zipCode();
return faker.address.zipCode();
}

/**
Expand Down

0 comments on commit 8f032d2

Please sign in to comment.