Skip to content

Commit

Permalink
Update telegram-nearby.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed Dec 4, 2023
1 parent f0416fb commit f661d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/telegram-nearby.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class TelegramNearby {
.invoke({
_: 'searchChatsNearby',
location: {
latitude: lat,
longitude: lon,
latitude: position.lat,
longitude: position.lon,
horizontal_accuracy: Math.random() * (10.12 - 1.02) + 1.02,
},
})
Expand Down

0 comments on commit f661d36

Please sign in to comment.