Skip to content

Commit

Permalink
chore(address): remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Aug 5, 2022
1 parent 0e36c30 commit d2a25a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/address/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ export class Address {
* faker.address.nearbyGPSCoordinate([33, -170]) // [ '33.0165', '-170.0636' ]
* faker.address.nearbyGPSCoordinate([33, -170], 1000, true) // [ '37.9163', '-179.2408' ]
*/
// TODO ST-DDT 2022-02-10: Allow coordinate parameter to be [string, string].
nearbyGPSCoordinate(
coordinate?: [latitude: number, longitude: number],
radius: number = 10,
Expand Down

0 comments on commit d2a25a5

Please sign in to comment.