Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Nov 5, 2024
1 parent 2925641 commit 414610d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/functions/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ func NearbyGPSIntoPolygon(latitude float64, longitude float64, radius int) strin
}
}

// NearbyGPSIntoPolygonWhitoutStart
func NearbyGPSIntoPolygonWhitoutStart(radius int) string {
// NearbyGPSIntoPolygonWithoutStart
func NearbyGPSIntoPolygonWithoutStart(radius int) string {
latitude, longitude := selectRandomPoint(ctx.JrContext.CtxGeoJson)
return NearbyGPSIntoPolygon(latitude, longitude, radius)
}
Expand Down

0 comments on commit 414610d

Please sign in to comment.